Skip to content

Commit

Permalink
moved beautify-lint into separate package
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Nov 25, 2015
1 parent 11932d7 commit 0079dee
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 88 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
},
"license": "MIT",
"devDependencies": {
"beautify-lint": "^1.0.3",
"benchmark": "^1.0.0",
"bundle-loader": "~0.5.0",
"codecov.io": "^0.1.2",
Expand Down Expand Up @@ -80,9 +81,9 @@
"pretest": "npm run lint && npm run beautify-lint",
"test": "mocha --harmony --full-trace --check-leaks",
"travis": "npm run cover -- --report lcovonly",
"lint": "eslint lib bin hot scripts",
"beautify-lint": "node ./scripts/beautify-check",
"beautify": "node ./scripts/beautify-rewrite",
"lint": "eslint lib bin hot",
"beautify-lint": "beautify-lint lib/**.js hot/**.js bin/**.js benchmark/*.js test/*.js",
"beautify": "beautify-rewrite lib/**.js hot/**.js bin/**.js benchmark/*.js test/*.js",
"precover": "npm run lint && npm run beautify-lint",
"cover": "istanbul cover -x *.runtime.js node_modules/mocha/bin/_mocha",
"publish-patch": "npm run lint && npm run beautify-lint && mocha && npm version patch && git push && git push --tags && npm publish"
Expand Down
28 changes: 0 additions & 28 deletions scripts/beautify-check.js

This file was deleted.

20 changes: 0 additions & 20 deletions scripts/beautify-rewrite.js

This file was deleted.

3 changes: 0 additions & 3 deletions scripts/config.js

This file was deleted.

34 changes: 0 additions & 34 deletions scripts/forEachBeautifiedFile.js

This file was deleted.

0 comments on commit 0079dee

Please sign in to comment.