@isense-development/test-npm 2.0.3 → 2.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +2 -1
package/package.json CHANGED
@@ -1,11 +1,12 @@
1
1
  {
2
2
  "name": "@isense-development/test-npm",
3
- "version": "2.0.3",
3
+ "version": "2.0.4",
4
4
  "description": "test npm",
5
5
  "main": "index.js",
6
6
  "scripts": {
7
7
  "install": "echo Install",
8
8
  "preinstall": "echo Preinstall",
9
+ "postinstall": "echo Postinstall",
9
10
  "start": "node index.js",
10
11
  "patch-release": "npm version patch && npm publish --access=public",
11
12
  "minor-release": "npm version minor && npm publish --access=public",