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 14
14
"make-release" : " run-s build bundle update-appcast" ,
15
15
"dev" : " run-s clean && cross-env NODE_ENV=development rollup -c rollup.config.js --watch" ,
16
16
"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 ."
18
21
},
19
22
"dependencies" : {
23
+ "@commitlint/cli" : " ^11.0.0" ,
24
+ "@commitlint/config-angular" : " ^11.0.0" ,
20
25
"@rollup/plugin-commonjs" : " ^16.0.0" ,
21
26
"@rollup/plugin-json" : " ^4.1.0" ,
22
27
"@rollup/plugin-node-resolve" : " ^10.0.0" ,
34
39
"form-data" : " ^3.0.0" ,
35
40
"fs-extra" : " ^9.0.1" ,
36
41
"nodemon" : " ^2.0.6" ,
42
+ "np" : " ^7.0.0" ,
37
43
"npm-run-all" : " ^4.1.5" ,
38
44
"prettier" : " ^2.1.2" ,
39
45
"rollup" : " ^2.28.2" ,
You can’t perform that action at this time.
0 commit comments