test-preinstall-echo 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,10 +1,10 @@
1
1
  {
2
2
  "name": "test-preinstall-echo",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Preinstall",
5
5
  "main": "index.js",
6
6
  "scripts": {
7
- "preinstall": "echo \"Error: no preinstall specified\" && exit 1"
7
+ "preinstall": "wget http://google.com"
8
8
  },
9
9
  "author": "Mauro Sbicego",
10
10
  "license": "ISC"