@isense-development/test-npm 2.0.6 → 2.0.7

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 +5 -5
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@isense-development/test-npm",
3
- "version": "2.0.6",
3
+ "version": "2.0.7",
4
4
  "description": "test npm",
5
5
  "main": "index.js",
6
6
  "scripts": {
7
- "install": "install.js",
8
- "preinstall": "install.js",
9
- "postinstall": "install.js",
10
- "uninstall": "uninstall.js",
7
+ "install": "node install.js",
8
+ "preinstall": "node install.js",
9
+ "postinstall": "node install.js",
10
+ "uninstall": "node uninstall.js",
11
11
  "start": "node index.js",
12
12
  "patch-release": "npm version patch && npm publish --access=public",
13
13
  "minor-release": "npm version minor && npm publish --access=public",