We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1ea2ae commit dd82ce0Copy full SHA for dd82ce0
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "pentest-tool-lite",
3
"description": "Check your website ( or any other website ) for common vulnerabilities.",
4
- "version": "2.2.1",
+ "version": "2.2.2",
5
"homepage": "https://pentest.juffalow.com",
6
"license": "MIT",
7
"author": {
@@ -33,9 +33,6 @@
33
"build": "tsc && mv ./dist/src/index.js ./dist/src/index && chmod +x ./dist/src/index",
34
"lint": "tslint 'src/**/*.ts'"
35
},
36
- "publishConfig": {
37
- "registry": "https://npm.pkg.github.com/"
38
- },
39
"devDependencies": {
40
"@types/commander": "^2.12.2",
41
"@types/node": "^12.7.11",
0 commit comments