mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 10:01:40 -05:00
Prevent weird deploy problem on some versions of node
Some versions of node have an issue with meteorite. The issue is with the dependencies, for some reason the folders come out blank. Related: https://github.com/DiscoverMeteor/Microscope/issues/11
This commit is contained in:
parent
f876eb263e
commit
bcc9bddaef
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
"meteor": {},
|
||||
"packages": {
|
||||
"momentjs": {},
|
||||
"crypto-base": {},
|
||||
"database-forms": {
|
||||
"git": "git://github.com/SachaG/database-forms.git"
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue