diff --git a/package.json b/package.json index 19407b1..e05e751 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ng-flash-messages", - "version": "0.0.4", + "version": "0.1.0", "scripts": { "build": "gulp build", "build:watch": "gulp", @@ -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",