We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d7c3ca commit 7e584d0Copy full SHA for 7e584d0
1 file changed
package.json
@@ -38,6 +38,7 @@
38
"i18n-webpack-plugin": "~0.2.0",
39
"istanbul": "^0.3.13",
40
"jade-loader": "~0.7.0",
41
+ "js-beautify": "^1.5.10",
42
"json-loader": "~0.5.1",
43
"less-loader": "^2.0.0",
44
"microtime": "^1.2.0",
@@ -76,6 +77,7 @@
76
77
"test": "mocha",
78
"travis": "npm run cover -- --report lcovonly",
79
"lint": "node_modules/eslint/bin/eslint.js lib",
80
+ "jsbeautify": "node_modules/js-beautify/js/bin/js-beautify.js lib/**/*.js -r",
81
"precover": "npm run lint",
82
"cover": "istanbul cover -x *.runtime.js node_modules/mocha/bin/_mocha",
83
"publish-patch": "mocha && npm version patch && git push && git push --tags && npm publish"
0 commit comments