gwsp 4.4.4-fix → 4.4.5-fix
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +4 -1
package/package.json
CHANGED
@@ -1,11 +1,14 @@
|
|
1
1
|
{
|
2
2
|
"name": "gwsp",
|
3
|
-
"version": "4.4.
|
3
|
+
"version": "4.4.5-fix",
|
4
4
|
"main": "dist/index.js",
|
5
5
|
"scripts": {
|
6
6
|
"build": "tsc",
|
7
7
|
"start": "ts-node src/index.ts"
|
8
8
|
},
|
9
|
+
"publishConfig": {
|
10
|
+
"access": "public"
|
11
|
+
},
|
9
12
|
"keywords": ["website", "protection", "security", "fetch", "web", "site", "shield", "defense", "safe", "guard", "inspect", "scan", "TypeScript"],
|
10
13
|
"author": "Kyle",
|
11
14
|
"license": "MIT",
|