Skip to content

Commit 86372c1

Browse files
committed
setting version to stable
1 parent 43c2716 commit 86372c1

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818
"e2e:ui": "playwright test --ui",
1919
"build:index": "node build.js",
2020
"build:demo": "rm -rf dist/ && ng build ng2-date-picker-demo --configuration production && npm run build:index",
21-
"release": "npm run build:lib && cd dist/ng2-date-picker && npm publish",
22-
"pack": "cd bin && npm pack"
21+
"release": "npm run build:lib && cd dist/ng2-date-picker && npm publish"
2322
},
2423
"repository": {
2524
"type": "git",

projects/ng2-date-picker/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ng2-date-picker",
3-
"version": "19.0.0-rc2",
3+
"version": "19.0.0",
44
"author": "Vlad Ioffe",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)