This commit is contained in:
Travis CI 2016-11-21 01:56:34 +00:00
parent c565067335
commit 91cd02a574
2 changed files with 2 additions and 2 deletions

View file

@ -16127,7 +16127,7 @@ module.exports = {
"docs": "node docs/generator",
"test-docs": "node docs/generator test",
"lint": "eslint src",
"web-dist": "npm install && node ./node_modules/parallel-webpack/bin/run.js"
"web-dist": "node ./node_modules/parallel-webpack/bin/run.js"
},
"repository": {
"type": "git",

File diff suppressed because one or more lines are too long