File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 "@types/form-data" : " 2.2.1" ,
2121 "@types/mocha" : " 5.2.5" ,
2222 "codecov" : " 3.1.0" ,
23- "dateformat" : " 3.0.3" ,
24- "execa" : " 1.0.0" ,
23+ "conventional-changelog-cli" : " 2.0.11" ,
2524 "fetch-mock" : " 6.5.2" ,
2625 "http-server" : " 0.11.1" ,
2726 "istanbul-instrumenter-loader" : " 3.0.1" ,
4645 "rollup-plugin-node-resolve" : " 4.0.0" ,
4746 "rollup-plugin-terser" : " 4.0.3" ,
4847 "rollup-plugin-typescript" : " 1.0.0" ,
49- "semver" : " 5.6.0" ,
5048 "should" : " 13.2.3" ,
5149 "ts-node" : " 8.0.2" ,
5250 "tslint" : " 5.12.1" ,
6664 "build" : " rollup -c && tsc --emitDeclarationOnly -p ./tsconfig.json -d --declarationDir ./typings" ,
6765 "docs" : " rm -rf ./docs/ && typedoc --out ./docs/ ./src/ --excludePrivate --excludeExternals --exclude \" **/*.spec.ts\" && touch ./docs/.nojekyll" ,
6866 "prepublish" : " npm run build" ,
69- "version" : " npm run docs && node ./generate -changelog.js && git add docs CHANGELOG.md" ,
67+ "version" : " npm run docs && conventional -changelog-cli -i CHANGELOG.md -s && git add docs CHANGELOG.md" ,
7068 "start" : " http-server -a localhost -p 8000 -o --cors -c-1"
7169 },
7270 "repository" : {
You can’t perform that action at this time.
0 commit comments