Skip to content

Commit dd82ce0

Browse files
committed
v2.2.2
1 parent e1ea2ae commit dd82ce0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "pentest-tool-lite",
33
"description": "Check your website ( or any other website ) for common vulnerabilities.",
4-
"version": "2.2.1",
4+
"version": "2.2.2",
55
"homepage": "https://pentest.juffalow.com",
66
"license": "MIT",
77
"author": {
@@ -33,9 +33,6 @@
3333
"build": "tsc && mv ./dist/src/index.js ./dist/src/index && chmod +x ./dist/src/index",
3434
"lint": "tslint 'src/**/*.ts'"
3535
},
36-
"publishConfig": {
37-
"registry": "https://npm.pkg.github.com/"
38-
},
3936
"devDependencies": {
4037
"@types/commander": "^2.12.2",
4138
"@types/node": "^12.7.11",

0 commit comments

Comments
 (0)