Merge remote-tracking branch 'origin/gh-pages' into gh-pages

This commit is contained in:
ido 2015-12-30 15:33:36 +02:00
commit cde47b1b50
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": {