Commit df3bb84 1 parent 43eab7a commit df3bb84 Copy full SHA for df3bb84
File tree 1 file changed +6
-8
lines changed
1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change 19
19
"bugs" : {
20
20
"url" : " https://github.com/Romanchuk/angular-i18next/issues"
21
21
},
22
- "maintainers" : [
23
- {
24
- "email" : " rezety@gmail.com" ,
25
- "name" : " Sergey Romanchuk"
26
- }
27
- ],
22
+ "maintainers" : [{
23
+ "email" : " rezety@gmail.com" ,
24
+ "name" : " Sergey Romanchuk"
25
+ }],
28
26
"scripts" : {
29
27
"tsc" : " tsc" ,
30
28
"karma" : " karma" ,
42
40
"changelog" : " npm run conventional-changelog -- -p angular -i CHANGELOG.md -s" ,
43
41
"preversion" : " npm run precommit && npm run copy:assets" ,
44
42
"version" : " npm run changelog && git add CHANGELOG.md" ,
45
- "postversion" : " git push && git push --tags && conventional-github-releaser -p angular" ,
43
+ "postversion" : " git push && git push --tags && npx conventional-github-releaser -p angular" ,
46
44
"precommit" : " npm run clean:compile && npm run clean:tests && npm run lint && npm run compile && npm run copy:assets && npm run test" ,
47
45
"ci" : " npm run lint && npm run compile && npm run test" ,
48
46
"clean:compile" : " npm run rimraf -- dist build" ,
103
101
"webpack" : " ^3.6.0" ,
104
102
"zone.js" : " ^0.8.18"
105
103
}
106
- }
104
+ }
You can’t perform that action at this time.
0 commit comments