Remove release npm scripts

This commit is contained in:
Jeffrey Morgan 2015-06-18 12:23:59 -07:00
parent 98873e4c5d
commit aa569aedbf
1 changed files with 0 additions and 2 deletions

View File

@ -14,8 +14,6 @@
"start": "grunt", "start": "grunt",
"test": "jest -c jest-unit.json", "test": "jest -c jest-unit.json",
"integration": "jest -c jest-integration.json", "integration": "jest -c jest-integration.json",
"release": "grunt release",
"release:beta": "grunt release --beta=true",
"lint": "jsxhint src" "lint": "jsxhint src"
}, },
"licenses": [ "licenses": [