Skip to content

Commit f930775

Browse files
committed
Add whitelist and funding
1 parent 975eddc commit f930775

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,21 @@
66
"license": "MIT",
77
"main": "./src/index.js",
88
"types": "./src/types/index.d.ts",
9+
"files": [
10+
"./src/index.js",
11+
"./src/types/index.d.ts"
12+
],
913
"scripts": {
1014
"test": "jest ./src/test"
1115
},
1216
"repository": {
1317
"type": "git",
1418
"url": "git+https://github.com/mateusabelli/valid-ip.git"
1519
},
20+
"funding": [{
21+
"type": "github",
22+
"url": "https://github.com/sponsors/mateusabelli"
23+
}],
1624
"keywords": [
1725
"validator",
1826
"ip address",

0 commit comments

Comments
 (0)