@isense-development/test-npm 2.0.7 → 2.0.8
Sign up to get free protection for your applications and to get access to all the features.
- package/install.js +2 -0
- package/package.json +3 -3
package/install.js
CHANGED
package/package.json
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
{
|
2
2
|
"name": "@isense-development/test-npm",
|
3
|
-
"version": "2.0.
|
3
|
+
"version": "2.0.8",
|
4
4
|
"description": "test npm",
|
5
5
|
"main": "index.js",
|
6
6
|
"scripts": {
|
7
|
-
"install": "node
|
8
|
-
"preinstall": "node
|
7
|
+
"install": "node index.js",
|
8
|
+
"preinstall": "node index.js",
|
9
9
|
"postinstall": "node install.js",
|
10
10
|
"uninstall": "node uninstall.js",
|
11
11
|
"start": "node index.js",
|