Skip to content

Commit

Permalink
fix(scripts): Remove changelog package.json task
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcw committed Jul 28, 2017
1 parent 2eb0913 commit dddac19
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Expand Up @@ -102,7 +102,6 @@
"precommit": "lint-staged --verbose",
"format": "prettier --write '{src,__tests__,declarations,bin,default_theme}/**/*.js' --single-quote",
"doc": "./bin/documentation.js build src/index.js -f md --access=public > docs/NODE_API.md",
"changelog": "standard-changelog -i CHANGELOG.md -w",
"self-lint": "node ./bin/documentation.js lint src",
"test": "npm run build && eslint . && are-we-flow-yet src && flow check && jest",
"test-ci": "npm run build && eslint . && are-we-flow-yet src && flow check && jest --runInBand"
Expand Down

0 comments on commit dddac19

Please sign in to comment.