Skip to content

Commit

Permalink
+ v1
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Heim committed Feb 26, 2021
1 parent 273a692 commit 845e1fa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions gitflow
Submodule gitflow added at d409ef
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"e2e": "ng e2e",
"lib:build": "ng build ng-modal-factory --prod",
"lib:dev": "ng build ng-modal-factory --prod --watch",
"lib:publish": "cd dist\\ng-modal-factory & npm publish",
"lib:bp": "ng build ng-modal-factory --prod & cd dist\\ng-modal-factory & npm publish"
"lib:publish": "cd dist\\ng-modal-factory && npm publish",
"lib:bp": "ng build ng-modal-factory --prod && cd dist/ng-modal-factory && npm publish"
},
"private": true,
"dependencies": {
Expand Down
3 changes: 2 additions & 1 deletion projects/ng-modal-factory/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "ng-modal-factory",
"version": "0.0.7",
"version": "0.1.0",
"author": "Philipp Heim",
"license": "MIT",
"keywords": ["angular"],
"homepage": "https://github.com/pheim1/ng-modal-factory#readme",
"bugs": "https://github.com/pheim1/ng-modal-factory/issues",
"private": false,
"peerDependencies": {
"@angular/common": "^11.2.0",
"@angular/core": "^11.2.0",
Expand Down

0 comments on commit 845e1fa

Please sign in to comment.