Skip to content

Commit

Permalink
build(app): fix phoenix-ui-components npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
9inpachi committed Feb 26, 2021
1 parent 74d98e4 commit 83b59b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions packages/phoenix-ng/projects/phoenix-ui-components/.npmignore

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@
"url": "git://github.com/HSF/phoenix.git"
},
"files": [
"dist"
"dist",
"_theming.scss"
],
"scripts": {
"prepublishOnly": "ng build phoenix-ui-components --prod"
"prepublishOnly": "ng build phoenix-ui-components --prod && rm -rf ./dist/package.json"
},
"peerDependencies": {
"@angular-slider/ngx-slider": "^2.0.3",
Expand All @@ -24,7 +25,6 @@
"@angular/material": "^11.1.1",
"@angular/platform-browser-dynamic": "^11.1.1",
"css-element-queries": "^1.2.3",
"phoenix-ui-components": "^1.3.0",
"three": "^0.124.0",
"tslib": "^2.0.1"
},
Expand Down

0 comments on commit 83b59b2

Please sign in to comment.