We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 975eddc commit f930775Copy full SHA for f930775
package.json
@@ -6,13 +6,21 @@
6
"license": "MIT",
7
"main": "./src/index.js",
8
"types": "./src/types/index.d.ts",
9
+ "files": [
10
+ "./src/index.js",
11
+ "./src/types/index.d.ts"
12
+ ],
13
"scripts": {
14
"test": "jest ./src/test"
15
},
16
"repository": {
17
"type": "git",
18
"url": "git+https://github.com/mateusabelli/valid-ip.git"
19
20
+ "funding": [{
21
+ "type": "github",
22
+ "url": "https://github.com/sponsors/mateusabelli"
23
+ }],
24
"keywords": [
25
"validator",
26
"ip address",
0 commit comments