File tree Expand file tree Collapse file tree 3 files changed +1796
-38
lines changed Expand file tree Collapse file tree 3 files changed +1796
-38
lines changed Original file line number Diff line number Diff line change 1+ # 0.1.0 (2020-11-17)
2+
3+
4+
Original file line number Diff line number Diff line change 1414 "make-release" : " run-s build bundle update-appcast" ,
1515 "dev" : " run-s clean && cross-env NODE_ENV=development rollup -c rollup.config.js --watch" ,
1616 "type-check" : " tsc --noEmit" ,
17- "update-appcast" : " node scripts/update-appcast.js"
17+ "update-appcast" : " node scripts/update-appcast.js" ,
18+ "changelog" : " conventional-changelog -p angular -i CHANGELOG.md -s -r 0" ,
19+ "pub" : " np --no-publish" ,
20+ "version" : " npm run changelog && git add ."
1821 },
1922 "dependencies" : {
23+ "@commitlint/cli" : " ^11.0.0" ,
24+ "@commitlint/config-angular" : " ^11.0.0" ,
2025 "@rollup/plugin-commonjs" : " ^16.0.0" ,
2126 "@rollup/plugin-json" : " ^4.1.0" ,
2227 "@rollup/plugin-node-resolve" : " ^10.0.0" ,
3439 "form-data" : " ^3.0.0" ,
3540 "fs-extra" : " ^9.0.1" ,
3641 "nodemon" : " ^2.0.6" ,
42+ "np" : " ^7.0.0" ,
3743 "npm-run-all" : " ^4.1.5" ,
3844 "prettier" : " ^2.1.2" ,
3945 "rollup" : " ^2.28.2" ,
You can’t perform that action at this time.
0 commit comments