diff --git a/package.json b/package.json index c2146f9..1410c14 100644 --- a/package.json +++ b/package.json @@ -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"