File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 48
48
},
49
49
"hooks" : {
50
50
"before:bump" : " pnpm exec nx build ngx-lil-gui" ,
51
- "after:bump" : " git checkout -- package.json"
51
+ "after:bump" : [
52
+ " git checkout -- package.json" ,
53
+ " git checkout -- package-lock.json"
54
+ ]
52
55
}
53
56
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ngx-lil-gui" ,
3
- "version" : " 2.1.0 " ,
3
+ "version" : " 0.0.0-replace " ,
4
4
"publishConfig" : {
5
5
"access" : " public"
6
6
},
21
21
"license" : " MIT" ,
22
22
"description" : " Lil-GUI wrapper for Angular" ,
23
23
"peerDependencies" : {
24
- "@angular/common" : " ^14.0.0" ,
25
- "@angular/core" : " ^14.0.0"
24
+ "@angular/common" : " ^14.0.0 || ^15.0.0 " ,
25
+ "@angular/core" : " ^14.0.0 || ^15.0.0 "
26
26
},
27
27
"dependencies" : {
28
28
"tslib" : " ^2.3.0" ,
You can’t perform that action at this time.
0 commit comments