Skip to content

Commit

Permalink
add activeRange to output
Browse files Browse the repository at this point in the history
  • Loading branch information
BhavinPatel04 committed Nov 25, 2019
1 parent 94eae1d commit b0e0606
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@
"build": "ng build",
"build-dev": "ng build --dev --output-hashing=all && gulp build",
"build-prod": "node --max-old-space-size=4076 ./node_modules/.bin/ng build --prod && gulp build",
"build-lib": "npm run package-lib && npm run bundle-lib-scss",
"package-lib": "ng-packagr -p ./projects/ngx-datetime-range-picker/ng-package.json",
"package-lib": "ng-packagr -p ./projects/ngx-datetime-range-picker/ng-package.json && npm run bundle-lib-scss",
"bundle-lib-scss": "scss-bundle -p ./projects/ngx-datetime-range-picker/src/scss-bundle.config.json",
"test": "npm run build-lib && ng test",
"lint": "ng lint --fix",
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-datetime-range-picker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-datetime-range-picker",
"version": "2.0.1",
"version": "2.0.2",
"homepage": "https://github.com/BhavinPatel04/ngx-datetime-range-picker",
"bugs": "https://github.com/BhavinPatel04/ngx-datetime-range-picker/issues",
"repository": {
Expand Down

0 comments on commit b0e0606

Please sign in to comment.