Skip to content

Commit

Permalink
dist doesnt include demo
Browse files Browse the repository at this point in the history
  • Loading branch information
Gillardo committed May 5, 2020
1 parent 81de022 commit 03da273
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-bootstrap-datetime-popup",
"version": "5.1.0-beta.3",
"version": "5.1.0-beta.4",
"author": {
"name": "Darren Gillard",
"email": "[email protected]"
Expand All @@ -14,13 +14,13 @@
},
"license": "MIT",
"url": "https://github.com/gillardo/ngx-bootstrap-datetime-popup#readme",
"main": "./dist/ngx-bootstrap-datetime-popup/bundles/ngx-bootstrap-datetime-popup.umd.js",
"module": "./dist/ngx-bootstrap-datetime-popup/esm5/ngx-bootstrap-datetime-popup.js",
"typings": "./dist/ngx-bootstrap-datetime-popup/ngx-bootstrap-datetime-popup.d.ts",
"main": "./dist/bundles/ngx-bootstrap-datetime-popup.umd.js",
"module": "./dist/esm5/ngx-bootstrap-datetime-popup.js",
"typings": "./dist/ngx-bootstrap-datetime-popup.d.ts",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build ngx-bootstrap-datetime-popup --prod && ng build demo",
"build": "ng build ngx-bootstrap-datetime-popup --prod",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-bootstrap-datetime-popup/ng-package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "../../node_modules/ng-packagr/ng-package.schema.json",
"dest": "../../dist/ngx-bootstrap-datetime-popup",
"dest": "../../dist",
"lib": {
"entryFile": "src/public-api.ts",
"umdModuleIds": {
Expand Down

0 comments on commit 03da273

Please sign in to comment.