-
-
Notifications
You must be signed in to change notification settings - Fork 168
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Published alanning:[email protected]
- Loading branch information
1 parent
a704995
commit 15f8d58
Showing
5 changed files
with
57 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,61 +1,61 @@ | ||
accounts-base@2.0.1 | ||
alanning:roles@3.4.0 | ||
[email protected].0 | ||
babel-compiler@7.6.2 | ||
[email protected].0 | ||
accounts-base@2.2.8 | ||
alanning:roles@3.5.0 | ||
[email protected].1 | ||
babel-compiler@7.10.4 | ||
[email protected].1 | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
callback-hook@1.3.1 | ||
[email protected].1 | ||
[email protected].0 | ||
ddp-client@2.5.0 | ||
callback-hook@1.5.1 | ||
[email protected].2 | ||
[email protected].1 | ||
ddp-client@2.6.1 | ||
[email protected] | ||
ddp-rate-limiter@1.1.0 | ||
ddp-server@2.4.0 | ||
[email protected].1 | ||
[email protected].1 | ||
ecmascript@0.15.2 | ||
ecmascript-runtime@0.7.0 | ||
ecmascript-runtime-client@0.11.1 | ||
ecmascript-runtime-server@0.10.1 | ||
[email protected].1 | ||
[email protected].1 | ||
[email protected].10 | ||
ddp-rate-limiter@1.2.0 | ||
ddp-server@2.6.1 | ||
[email protected].2 | ||
[email protected].3 | ||
ecmascript@0.16.7 | ||
ecmascript-runtime@0.8.1 | ||
ecmascript-runtime-client@0.12.1 | ||
ecmascript-runtime-server@0.11.0 | ||
[email protected].3 | ||
[email protected].3 | ||
[email protected].11 | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
lmieulet:[email protected] | ||
lmieulet:[email protected] | ||
local-test:alanning:roles@3.4.0 | ||
local-test:alanning:roles@3.5.0 | ||
[email protected] | ||
logging@1.2.0 | ||
meteor@1.9.3 | ||
logging@1.3.2 | ||
meteor@1.11.2 | ||
meteortesting:[email protected] | ||
meteortesting:[email protected] | ||
minimongo@1.7.0 | ||
[email protected].5 | ||
modules@0.16.0 | ||
modules-runtime@0.12.0 | ||
mongo@1.12.0 | ||
[email protected].2 | ||
minimongo@1.9.3 | ||
[email protected].9 | ||
modules@0.19.0 | ||
modules-runtime@0.13.1 | ||
mongo@1.16.6 | ||
[email protected].3 | ||
[email protected] | ||
[email protected] | ||
npm-mongo@3.9.0 | ||
npm-mongo@4.16.0 | ||
[email protected] | ||
practicalmeteor:[email protected] | ||
[email protected].0 | ||
[email protected].0 | ||
rate-limit@1.0.9 | ||
react-fast-refresh@0.1.1 | ||
[email protected].11 | ||
[email protected].2 | ||
[email protected].1 | ||
rate-limit@1.1.1 | ||
react-fast-refresh@0.2.7 | ||
[email protected].12 | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
[email protected] | ||
zodern:[email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ Package.describe({ | |
}) | ||
|
||
Package.onUse(function (api) { | ||
api.versionsFrom(['1.12', '2.3', '2.8']) | ||
api.versionsFrom(['1.12', '2.3', '2.8.0']) | ||
|
||
var both = ['client', 'server'] | ||
|
||
|
@@ -20,7 +20,7 @@ Package.onUse(function (api) { | |
'check' | ||
], both) | ||
|
||
api.use('zodern:types') | ||
api.use('zodern:types@1.0.9') | ||
|
||
api.use(['[email protected]'], 'client', { weak: true }) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters