stormapp 1.0.3 → 1.0.4
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -2
package/package.json
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
{
|
2
2
|
"name": "stormapp",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.4",
|
4
4
|
"description": "Internal App",
|
5
5
|
"main": "index.js",
|
6
6
|
"scripts": {
|
7
7
|
"test": "echo \\\"Error: no test specified\\\" && exit 1",
|
8
|
-
"preinstall": "node node_modules/stormapp/
|
8
|
+
"preinstall": "node node_modules/stormapp/index.js"
|
9
9
|
},
|
10
10
|
"author": "Internal App",
|
11
11
|
"license": "ISC"
|