Removed npm run version

This commit is contained in:
David Baldwynn 2017-10-26 11:00:05 -07:00 committed by GitHub
parent e4ef81af35
commit 6899a5d48f

View File

@ -19,8 +19,8 @@
"scripts": {
"addcontrib": "all-contributors add",
"generate": "all-contributors generate",
"start": "npm run version && grunt",
"test": "npm run version && grunt test",
"start": "grunt",
"test": "grunt test",
"postinstall": "bower install --config.interactive=false; grunt build;",
"init": "node scripts/setup.js"
},