Add npm release and fix travis build

Signed-off-by: Jeffrey Morgan <jmorganca@gmail.com>
This commit is contained in:
Jeffrey Morgan
2015-11-24 13:26:02 -05:00
parent c365db437b
commit 11c5c223ef
2 changed files with 3 additions and 2 deletions

View File

@@ -14,6 +14,7 @@
"start": "grunt",
"test": "jest -c jest-unit.json",
"integration": "jest -c jest-integration.json",
"release": "grunt release",
"lint": "jsxhint src"
},
"license": "Apache-2.0",