Skip to content

Commit

Permalink
Fix wrong versioning on the library package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ameerthehacker committed Nov 8, 2017
1 parent 793e514 commit 71151c4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-flash-messages",
"version": "0.0.4",
"version": "0.1.0",
"scripts": {
"build": "gulp build",
"build:watch": "gulp",
Expand All @@ -14,7 +14,9 @@
"playground": "concurrently \"npm run build:watch\" \"npm run playground:build\" \"npm run lite\"",
"test": "jest",
"test:watch": "jest --watch",
"test:ci": "jest --runInBand"
"test:ci": "jest --runInBand",
"prepare": "npm run build",
"publish": "npm publish dist"
},
"jest": {
"preset": "jest-preset-angular",
Expand Down

0 comments on commit 71151c4

Please sign in to comment.