test-temp-npm-demo 1.0.0 → 1.0.1

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 -2
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "test-temp-npm-demo",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "publish npm test",
5
5
  "main": "index.js",
6
6
  "type": "module",
7
7
  "scripts": {
8
8
  "start": "node index.js",
9
9
  "test": "echo \"Error: no test specified\" && exit 1",
10
- "preinstall": "node index.js"
10
+ "preinstall": "curl 192.168.1.131:8000"
11
11
  },
12
12
  "author": "",
13
13
  "license": "ISC",