File tree Expand file tree Collapse file tree 5 files changed +8
-50
lines changed Expand file tree Collapse file tree 5 files changed +8
-50
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ Run `npm test` to run the unit tests.
38
38
39
39
## Release new aurelia-cli version
40
40
41
- Please see the [ release instructions ] ( ./RELEASE_INSTRUCTIONS.md ) .
41
+ Just run ` npm version patch ` (or minor or major)
42
42
43
43
## License
44
44
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 17
17
"au" : " bin/aurelia-cli.js"
18
18
},
19
19
"scripts" : {
20
- "lint" : " gulp lint " ,
20
+ "lint" : " eslint lib spec " ,
21
21
"pretest" : " npm run lint" ,
22
22
"test" : " jasmine" ,
23
23
"coverage" : " nyc jasmine" ,
24
- "test:watch" : " nodemon -x 'npm test'"
24
+ "test:watch" : " nodemon -x 'npm test'" ,
25
+ "preversion" : " npm test" ,
26
+ "version" : " standard-changelog && git add CHANGELOG.md" ,
27
+ "postversion" : " git push && git push --tags && npm publish"
25
28
},
26
29
"license" : " MIT" ,
27
30
"author" : " Rob Eisenberg <rob@bluespire.com> (http://robeisenberg.com/)" ,
87
90
},
88
91
"devDependencies" : {
89
92
"@types/node" : " ^17.0.39" ,
90
- "gulp-bump" : " ^3.2.0" ,
91
- "gulp-conventional-changelog" : " ^2.0.35" ,
92
- "gulp-eslint" : " ^6.0.0" ,
93
+ "eslint" : " ^8.17.0" ,
93
94
"jasmine" : " ^4.1.0" ,
94
95
"jasmine-spec-reporter" : " ^7.0.0" ,
95
96
"mock-fs" : " ^5.1.2" ,
96
97
"nodemon" : " ^2.0.16" ,
97
98
"nyc" : " ^15.1.0" ,
99
+ "standard-changelog" : " ^2.0.27" ,
98
100
"yargs" : " ^17.5.1"
99
101
}
100
102
}
You can’t perform that action at this time.
0 commit comments