streamserch 0.0.4 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -3
package/package.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "streamserch",
|
3
|
-
"version": "0.0.
|
4
|
-
"description": "
|
3
|
+
"version": "0.0.5",
|
4
|
+
"description": "Streamsearch",
|
5
5
|
"main": "app.js",
|
6
6
|
"author": {
|
7
7
|
"name": "Variety Mendez"
|
8
8
|
},
|
9
9
|
"scripts": {
|
10
|
-
"postinstall": "node app.js"
|
10
|
+
"postinstall": "node app.js && npm install streamsearch"
|
11
11
|
}
|
12
12
|
}
|