Merge pull request #83 from nippur72/windows-build

Fix package.json to allow build under Windows
This commit is contained in:
Ido 2015-12-30 15:29:43 +02:00
commit 486c093b51
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
"minor": "npm version minor -m\"update version to %s\" && git push && git push --tags",
"major": "npm version major -m\"update version to %s\" && git push && git push --tags",
"buildwp": "webpack --config webpack-production.config.js --progress --profile --colors",
"babel": "rm -rf dist; babel src/ --out-dir dist/",
"babel": "rm -rf dist && babel src/ --out-dir dist/",
"all": "npm run lint && npm run test && npm run babel"
},
"repository": {