Skip to content

Commit

Permalink
Remove "prethought"-script from package.json
Browse files Browse the repository at this point in the history
- Thought is no longer globally installed
  • Loading branch information
nknapp committed Apr 9, 2017
1 parent 1ba1e90 commit 67a0fae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"test": "mocha && npm run lint",
"coverage": "istanbul cover ./node_modules/.bin/_mocha",
"postcoverage": "istanbul check-coverage coverage/coverage.json --statements 100",
"prethought": "thought --version || npm -g install thought",
"thought": "thought run -a",
"preversion": "thought --version || npm -g install thought",
"version": "thoughtful changelog -o -a && npm run thought"
Expand Down

0 comments on commit 67a0fae

Please sign in to comment.