1
0
mirror of https://github.com/moparisthebest/mail synced 2025-01-31 07:00: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": { "scripts": {
"postinstall": "grunt dist-npm", "postinstall": "grunt dist-npm",
"test": "grunt test && grunt dist", "test": "grunt test && grunt",
"start": "grunt dist && grunt dev" "start": "grunt && grunt dev"
}, },
"dependencies": { "dependencies": {
"crypto-lib": "https://github.com/whiteout-io/crypto-lib/tarball/master", "crypto-lib": "https://github.com/whiteout-io/crypto-lib/tarball/master",