Skip to content

Commit

Permalink
fix: remove unused npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
andreafalzetti authored Feb 18, 2020
1 parent 9d7beac commit 83fc6fd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"test:watch": "jest --watch",
"lint": "eslint . || (echo \"Some errors may be fixable with \\`npm run lint-fix\\`\". && exit 1)",
"lint:fix": "eslint . --fix",
"generate-doc": "documentation readme ./lib/index.js --section=API --shallow",
"version": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md"
"generate-doc": "documentation readme ./lib/index.js --section=API --shallow"
},
"keywords": [],
"author": "Andrea Falzetti <andrea@falzetti.me>",
Expand Down

0 comments on commit 83fc6fd

Please sign in to comment.