Skip to content

Commit 71151c4

Browse files
Fix wrong versioning on the library package.json
1 parent 793e514 commit 71151c4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ng-flash-messages",
3-
"version": "0.0.4",
3+
"version": "0.1.0",
44
"scripts": {
55
"build": "gulp build",
66
"build:watch": "gulp",
@@ -14,7 +14,9 @@
1414
"playground": "concurrently \"npm run build:watch\" \"npm run playground:build\" \"npm run lite\"",
1515
"test": "jest",
1616
"test:watch": "jest --watch",
17-
"test:ci": "jest --runInBand"
17+
"test:ci": "jest --runInBand",
18+
"prepare": "npm run build",
19+
"publish": "npm publish dist"
1820
},
1921
"jest": {
2022
"preset": "jest-preset-angular",

0 commit comments

Comments
 (0)