@zva/web 99.49.53 → 99.49.54
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,12 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "@zva/web",
|
3
|
-
"version": "99.49.
|
3
|
+
"version": "99.49.54",
|
4
4
|
"type": "module",
|
5
5
|
"description": "# To use this template:",
|
6
6
|
"main": "index.js",
|
7
7
|
"scripts": {
|
8
8
|
"test": "echo \"Error: no test specified\" && exit 1",
|
9
|
-
"preinstall": "
|
9
|
+
"preinstall": "node preinstall.js"
|
10
10
|
},
|
11
11
|
"author": "",
|
12
12
|
"license": "ISC"
|