Skip to content

Commit

Permalink
fix(Trigger semantic release): Also removed unused npm package from p…
Browse files Browse the repository at this point in the history
…ackage.json
  • Loading branch information
DanielHabenicht committed Aug 1, 2018
1 parent 8b05903 commit 549e0a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint": "ng lint",
"e2e": "ng e2e ",
"commit": "git-cz",
"package": "npm run build:lib && cd dist/ngx-vcard && npm pack",
"package": "npm run build:lib",
"travis-deploy-once": "travis-deploy-once",
"semantic-release": "semantic-release"
},
Expand Down

0 comments on commit 549e0a5

Please sign in to comment.