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:
Tarang Patel 2013-11-07 23:20:57 +02:00
parent f876eb263e
commit bcc9bddaef

View file

@ -2,6 +2,7 @@
"meteor": {},
"packages": {
"momentjs": {},
"crypto-base": {},
"database-forms": {
"git": "git://github.com/SachaG/database-forms.git"
},