File tree 2 files changed +207
-88
lines changed
2 files changed +207
-88
lines changed Original file line number Diff line number Diff line change 6
6
"module" : " dist/promised.mjs" ,
7
7
"types" : " dist/index.d.ts" ,
8
8
"scripts" : {
9
- "prebuild" : " npm test" ,
10
- "build" : " rollup -c" ,
9
+ "build" : " npm run build" ,
11
10
"test" : " jest" ,
12
11
"coveralls" : " coveralls" ,
12
+ "release" : " standard-version -a" ,
13
13
"prepublishOnly" : " npm run build" ,
14
- "version " : " conventional-changelog -p angular -r 2 -i CHANGELOG.md -s && git add CHANGELOG.md " ,
15
- "postversion " : " git push && git push --tags "
14
+ "pre:build " : " npm test " ,
15
+ ":build " : " rollup -c "
16
16
},
17
17
"repository" : " https://github.com/znck/promised" ,
18
18
"keywords" : [
32
32
"devDependencies" : {
33
33
"@types/jest" : " ^23.3.12" ,
34
34
"@types/node" : " ^10.12.18" ,
35
- "conventional-changelog" : " ^3.0.5" ,
36
35
"coveralls" : " ^3.0.2" ,
37
36
"jest" : " ^23.6.0" ,
38
37
"rollup" : " ^1.1.0" ,
39
38
"rollup-plugin-typescript2" : " ^0.18.1" ,
39
+ "standard-version" : " ^4.4.0" ,
40
40
"ts-jest" : " ^23.10.5" ,
41
41
"typescript" : " ^3.2.2"
42
42
}
You can’t perform that action at this time.
0 commit comments