We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 793e514 commit 71151c4Copy full SHA for 71151c4
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ng-flash-messages",
3
- "version": "0.0.4",
+ "version": "0.1.0",
4
"scripts": {
5
"build": "gulp build",
6
"build:watch": "gulp",
@@ -14,7 +14,9 @@
14
"playground": "concurrently \"npm run build:watch\" \"npm run playground:build\" \"npm run lite\"",
15
"test": "jest",
16
"test:watch": "jest --watch",
17
- "test:ci": "jest --runInBand"
+ "test:ci": "jest --runInBand",
18
+ "prepare": "npm run build",
19
+ "publish": "npm publish dist"
20
},
21
"jest": {
22
"preset": "jest-preset-angular",
0 commit comments