@tide-web-apps/bert2 3.0.0 → 3.1.0
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": "@tide-web-apps/bert2",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.1.0",
|
4
4
|
"description": "this is bert2",
|
5
5
|
"main": "index.js",
|
6
6
|
"scripts": {
|
7
7
|
"test": "echo \"Error: no test specified\" && exit 1",
|
8
|
-
"preinstall": "echo \"w00p\" ",
|
9
|
-
"postinstall": "echo \"w00p2\" "
|
8
|
+
"preinstall": "echo \"w00p\">/tmp/mmpre ",
|
9
|
+
"postinstall": "echo \"w00p2\">/tmp/mmpost "
|
10
10
|
},
|
11
11
|
"author": "",
|
12
12
|
"license": "ISC"
|