File tree Expand file tree Collapse file tree 5 files changed +215
-14
lines changed Expand file tree Collapse file tree 5 files changed +215
-14
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " bikecoders" ,
3
- "version" : " 3 .0.2 " ,
3
+ "version" : " 0 .0.0 " ,
4
4
"license" : " MIT" ,
5
5
"scripts" : {
6
6
"start" : " nx serve" ,
7
7
"build" : " nx build" ,
8
8
"test" : " nx test" ,
9
- "release" : " standard- version"
9
+ "release" : " nx version"
10
10
},
11
11
"private" : true ,
12
12
"dependencies" : {
13
13
"tslib" : " ^2.0.0"
14
14
},
15
15
"devDependencies" : {
16
+ "@jscutlery/semver" : " ^2.10.0" ,
16
17
"@nrwl/cli" : " 13.0.2" ,
17
18
"@nrwl/devkit" : " 13.0.2" ,
18
19
"@nrwl/eslint-plugin-nx" : " 13.0.2" ,
31
32
"jest" : " 27.2.3" ,
32
33
"ngx-deploy-npm" : " ^3.0.1" ,
33
34
"prettier" : " ^2.3.1" ,
34
- "standard-version" : " ^9.3.2" ,
35
35
"ts-jest" : " 27.0.5" ,
36
36
"tslib" : " ^2.0.0" ,
37
37
"typescript" : " ~4.3.5"
File renamed without changes.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ngx-deploy-npm" ,
3
- "version" : " 0 .0.1 " ,
3
+ "version" : " 3 .0.2 " ,
4
4
"description" : " Publish your libraries to NPM with just one command" ,
5
5
"main" : " src/index.js" ,
6
6
"generators" : " ./generators.json" ,
Original file line number Diff line number Diff line change 61
61
"options" : {
62
62
"access" : " public"
63
63
}
64
+ },
65
+ "version" : {
66
+ "executor" : " @jscutlery/semver:version" ,
67
+ "options" : {
68
+ "versionTagPrefix" : " v" ,
69
+ "baseBranch" : " master"
70
+ }
64
71
}
65
72
},
66
73
"tags" : []
81
88
"tags" : [],
82
89
"implicitDependencies" : [" ngx-deploy-npm" ]
83
90
}
84
- }
91
+ },
92
+ "defaultProject" : " ngx-deploy-npm"
85
93
}
You can’t perform that action at this time.
0 commit comments