mirror of
https://github.com/vale981/Vulcan
synced 2025-03-04 17:21:37 -05:00
specify versions
This commit is contained in:
parent
a3a14c8489
commit
895118e941
4 changed files with 6 additions and 6 deletions
|
@ -14,4 +14,4 @@ accounts-password@1.5.1
|
|||
# accounts-facebook
|
||||
|
||||
vulcan:debug
|
||||
meteortesting:mocha
|
||||
meteortesting:mocha
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Vulcan",
|
||||
"version": "1.12.8",
|
||||
"version": "1.12.9",
|
||||
"engines": {
|
||||
"npm": "^3.0"
|
||||
},
|
||||
|
|
|
@ -11,9 +11,9 @@ Package.onUse(function(api) {
|
|||
|
||||
api.use([
|
||||
'ecmascript',
|
||||
'vulcan:core',
|
||||
'vulcan:users',
|
||||
'vulcan:errors',
|
||||
'vulcan:core@1.12.9',
|
||||
'vulcan:users@1.12.9',
|
||||
'vulcan:errors@1.12.9',
|
||||
]);
|
||||
|
||||
api.mainModule('lib/server/main.js', 'server');
|
||||
|
|
|
@ -11,7 +11,7 @@ Package.onUse(function(api) {
|
|||
|
||||
api.use([
|
||||
'ecmascript',
|
||||
'vulcan:core',
|
||||
'vulcan:core@1.12.9',
|
||||
]);
|
||||
|
||||
api.mainModule("lib/server/main.js", "server");
|
||||
|
|
Loading…
Add table
Reference in a new issue