Skip to content

Commit 4d965ca

Browse files
committed
Update package version and add homepage url
1 parent 55b580b commit 4d965ca

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
{
22
"name": "pentest-tool-lite",
33
"description": "Check your website ( or any other website ) for common vulnerabilities.",
4-
"version": "1.2.2",
4+
"version": "1.3.0",
5+
"homepage": "https://pentest.juffalow.com",
6+
"license": "MIT",
57
"author": {
68
"name": "Matej Jellus",
79
"email": "juffalow@juffalow.com",
@@ -10,7 +12,6 @@
1012
"bin": {
1113
"pentest-tool-lite": "./lib/index"
1214
},
13-
"license": "MIT",
1415
"dependencies": {
1516
"@babel/runtime": "^7.2.0",
1617
"commander": "^2.11.0",

0 commit comments

Comments
 (0)