Skip to content

Commit 7e584d0

Browse files
committed
feat(app): Add jsbeautify script in package.json
1 parent 7d7c3ca commit 7e584d0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"i18n-webpack-plugin": "~0.2.0",
3939
"istanbul": "^0.3.13",
4040
"jade-loader": "~0.7.0",
41+
"js-beautify": "^1.5.10",
4142
"json-loader": "~0.5.1",
4243
"less-loader": "^2.0.0",
4344
"microtime": "^1.2.0",
@@ -76,6 +77,7 @@
7677
"test": "mocha",
7778
"travis": "npm run cover -- --report lcovonly",
7879
"lint": "node_modules/eslint/bin/eslint.js lib",
80+
"jsbeautify": "node_modules/js-beautify/js/bin/js-beautify.js lib/**/*.js -r",
7981
"precover": "npm run lint",
8082
"cover": "istanbul cover -x *.runtime.js node_modules/mocha/bin/_mocha",
8183
"publish-patch": "mocha && npm version patch && git push && git push --tags && npm publish"

0 commit comments

Comments
 (0)