1
0
mirror of https://github.com/moparisthebest/mail synced 2025-01-30 22:50:17 -05:00

change npm scripts

This commit is contained in:
Tankred Hase 2013-11-13 11:55:46 +01:00
parent d9473a1ddb
commit 744ca66a1c

View File

@ -6,8 +6,8 @@
},
"scripts": {
"postinstall": "grunt dist-npm",
"test": "grunt test && grunt dist",
"start": "grunt dist && grunt dev"
"test": "grunt test && grunt",
"start": "grunt && grunt dev"
},
"dependencies": {
"crypto-lib": "https://github.com/whiteout-io/crypto-lib/tarball/master",