File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 27
27
"build:moment-adapter" : " ng build extensions-moment-adapter --configuration production" ,
28
28
"build:luxon-adapter" : " ng build extensions-luxon-adapter --configuration production" ,
29
29
"build:date-fns-adapter" : " ng build extensions-date-fns-adapter --configuration production" ,
30
- "publish" : " npm run build:lib && cd dist/extensions && npm publish" ,
30
+ "publish" : " npm run build:lib && cd dist/extensions && npm publish --tag v18-lts " ,
31
31
"publish:moment-adapter" : " npm run build:moment-adapter && cd dist/extensions-moment-adapter && npm publish" ,
32
32
"publish:luxon-adapter" : " npm run build:luxon-adapter && cd dist/extensions-luxon-adapter && npm publish" ,
33
33
"publish:date-fns-adapter" : " npm run build:date-fns-adapter && cd dist/extensions-date-fns-adapter && npm publish" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ng-matero/extensions" ,
3
- "version" : " 18.4.1 " ,
3
+ "version" : " 18.4.2 " ,
4
4
"description" : " Angular Material Extensions" ,
5
5
"publishConfig" : {
6
6
"access" : " public"
You can’t perform that action at this time.
0 commit comments