We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5482aba commit 51ce233Copy full SHA for 51ce233
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "ng2-date-picker",
3
"author": "Vlad Ioffe",
4
- "version": "1.0.1",
+ "version": "1.0.2",
5
"license": "MIT",
6
"main": "index.js",
7
"scripts": {
@@ -11,8 +11,9 @@
11
"test": "ng test",
12
"lint": "ng lint",
13
"e2e": "ng e2e",
14
- "build-demo": "rm -rf dist/ && ng build --prod --bh /angular-datepicker/",
15
- "build-prod": "node build.js && ngc && cp package.json bin",
+ "build:demo": "rm -rf dist/ && ng build --prod --bh /angular-datepicker/",
+ "build:prod": "node build.js && ngc && cp package.json bin",
16
+ "release": "npm run build:prod && npm publish bin",
17
"pack": "cd bin && npm pack"
18
},
19
"repository": {
0 commit comments