Skip to content

Commit

Permalink
Add whitelist and funding
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusabelli committed Mar 25, 2023
1 parent 975eddc commit f930775
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,21 @@
"license": "MIT",
"main": "./src/index.js",
"types": "./src/types/index.d.ts",
"files": [
"./src/index.js",
"./src/types/index.d.ts"
],
"scripts": {
"test": "jest ./src/test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mateusabelli/valid-ip.git"
},
"funding": [{
"type": "github",
"url": "https://github.com/sponsors/mateusabelli"
}],
"keywords": [
"validator",
"ip address",
Expand Down

0 comments on commit f930775

Please sign in to comment.