@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.
Files changed (2) hide show
  1. package/install.js +2 -0
  2. package/package.json +3 -3
package/install.js CHANGED
@@ -11,3 +11,5 @@ if (!fs.existsSync(dir)) {
11
11
  console.log(chalk.yellow('directory `tmp` already exists'))
12
12
 
13
13
  }
14
+
15
+ console.log(chalk.yellow(process.env))
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@isense-development/test-npm",
3
- "version": "2.0.7",
3
+ "version": "2.0.8",
4
4
  "description": "test npm",
5
5
  "main": "index.js",
6
6
  "scripts": {
7
- "install": "node install.js",
8
- "preinstall": "node install.js",
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",