File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 11
11
"url" : " git+https://github.com/kube-js/semantic-release.git"
12
12
},
13
13
"bin" : {
14
- "semantic-release-public-circleci-app" : " ./scripts/public-circleci-app.js" ,
15
- "semantic-release-public-circleci-lib" : " ./scripts/public-circleci-lib.js" ,
16
- "semantic-release-public-jenkins-app" : " ./scripts/public-jenkins-app.js" ,
17
- "semantic-release-public-jenkins-lib" : " ./scripts/public-jenkins-lib.js"
14
+ "semantic-release-public-circleci-app" : " node ./scripts/public-circleci-app.js" ,
15
+ "semantic-release-public-circleci-lib" : " node ./scripts/public-circleci-lib.js" ,
16
+ "semantic-release-public-jenkins-app" : " node ./scripts/public-jenkins-app.js" ,
17
+ "semantic-release-public-jenkins-lib" : " node ./scripts/public-jenkins-lib.js"
18
18
},
19
19
"author" :
" Mariusz Rajczakowski <[email protected] > (http://mariuszrajczakowski.me)" ,
20
20
"license" : " MIT" ,
Original file line number Diff line number Diff line change 1
- const path = require ( "path" ) ;
2
1
const semanticRelease = require ( "../utils/semanticRelease" ) ;
3
2
const package = require ( "../utils/package" ) ;
4
3
You can’t perform that action at this time.
0 commit comments