Skip to content

Commit

Permalink
chore: Remove prettier-eslint-cli as a dependency
Browse files Browse the repository at this point in the history
We can just run our own code.
  • Loading branch information
zimme committed Dec 3, 2017
1 parent fd64c2b commit 663ce74
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package-scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ module.exports = {
},
format: {
description: "Formats everything with prettier-eslint",
script: 'prettier-eslint "**/*.js" --write',
script: 'babel-node ./src/index.js --write "**/*.js"',
},
},
options: {
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
"nps-utils": "^1.2.0",
"opt-cli": "^1.5.1",
"pify": "3.0.0",
"prettier-eslint-cli": "^4.4.0",
"rimraf": "^2.6.1",
"semantic-release": "8.2.0",
"spawn-command": "0.0.2",
Expand Down

0 comments on commit 663ce74

Please sign in to comment.