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
|
# accounts-facebook
|
||||||
|
|
||||||
vulcan:debug
|
vulcan:debug
|
||||||
meteortesting:mocha
|
meteortesting:mocha
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "Vulcan",
|
"name": "Vulcan",
|
||||||
"version": "1.12.8",
|
"version": "1.12.9",
|
||||||
"engines": {
|
"engines": {
|
||||||
"npm": "^3.0"
|
"npm": "^3.0"
|
||||||
},
|
},
|
||||||
|
|
|
@ -11,9 +11,9 @@ Package.onUse(function(api) {
|
||||||
|
|
||||||
api.use([
|
api.use([
|
||||||
'ecmascript',
|
'ecmascript',
|
||||||
'vulcan:core',
|
'vulcan:core@1.12.9',
|
||||||
'vulcan:users',
|
'vulcan:users@1.12.9',
|
||||||
'vulcan:errors',
|
'vulcan:errors@1.12.9',
|
||||||
]);
|
]);
|
||||||
|
|
||||||
api.mainModule('lib/server/main.js', 'server');
|
api.mainModule('lib/server/main.js', 'server');
|
||||||
|
|
|
@ -11,7 +11,7 @@ Package.onUse(function(api) {
|
||||||
|
|
||||||
api.use([
|
api.use([
|
||||||
'ecmascript',
|
'ecmascript',
|
||||||
'vulcan:core',
|
'vulcan:core@1.12.9',
|
||||||
]);
|
]);
|
||||||
|
|
||||||
api.mainModule("lib/server/main.js", "server");
|
api.mainModule("lib/server/main.js", "server");
|
||||||
|
|
Loading…
Add table
Reference in a new issue