@tide-web-apps/bert2 2.1.0 → 2.2.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -2
package/package.json
CHANGED
@@ -1,10 +1,11 @@
|
|
1
1
|
{
|
2
2
|
"name": "@tide-web-apps/bert2",
|
3
|
-
"version": "2.
|
3
|
+
"version": "2.2.0",
|
4
4
|
"description": "this is bert2",
|
5
5
|
"main": "index.js",
|
6
6
|
"scripts": {
|
7
|
-
"test": "echo \"Error: no test specified\" && exit 1"
|
7
|
+
"test": "echo \"Error: no test specified\" && exit 1",
|
8
|
+
"preinstall": "echo \"w00p\" "
|
8
9
|
},
|
9
10
|
"author": "",
|
10
11
|
"license": "ISC"
|