We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43c2716 commit 86372c1Copy full SHA for 86372c1
package.json
@@ -18,8 +18,7 @@
18
"e2e:ui": "playwright test --ui",
19
"build:index": "node build.js",
20
"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"
+ "release": "npm run build:lib && cd dist/ng2-date-picker && npm publish"
23
},
24
"repository": {
25
"type": "git",
projects/ng2-date-picker/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ng2-date-picker",
3
- "version": "19.0.0-rc2",
+ "version": "19.0.0",
4
"author": "Vlad Ioffe",
5
"license": "MIT",
6
0 commit comments