Skip to content

Commit 14f4f73

Browse files
Patched version for readme update in NPM
1 parent 2a88883 commit 14f4f73

File tree

1 file changed

+27
-20
lines changed

1 file changed

+27
-20
lines changed

package.json

Lines changed: 27 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,29 @@
11
{
2-
"name": "ip2proxy-nodejs",
3-
"version": "1.0.0",
4-
"description": "IP2Proxy proxy detection component",
5-
"keywords": ["ip2proxy", "proxy detection"],
6-
"homepage": "http://www.ip2location.com/ip2proxy/developers/nodejs",
7-
"author": {
8-
"name": "IP2Location.com",
9-
"email": "[email protected]",
10-
"url": "http://www.ip2location.com/"
11-
},
12-
"files": ["src/ip2proxy.js","src/test.js","./README.md"],
13-
"main": "src/ip2proxy.js",
14-
"license" : "LGPL",
15-
"dependencies" : {
16-
"big-integer" : ">=1.6.8"
17-
},
18-
"repository": {
19-
"type": "git",
20-
"url": "https://github.com/ip2location/ip2proxy-nodejs"
21-
}
2+
"name": "ip2proxy-nodejs",
3+
"version": "1.0.1",
4+
"description": "IP2Proxy proxy detection component",
5+
"keywords": [
6+
"ip2proxy",
7+
"proxy detection"
8+
],
9+
"homepage": "http://www.ip2location.com/ip2proxy/developers/nodejs",
10+
"author": {
11+
"name": "IP2Location.com",
12+
"email": "[email protected]",
13+
"url": "http://www.ip2location.com/"
14+
},
15+
"files": [
16+
"src/ip2proxy.js",
17+
"src/test.js",
18+
"./README.md"
19+
],
20+
"main": "src/ip2proxy.js",
21+
"license": "LGPL",
22+
"dependencies": {
23+
"big-integer": ">=1.6.8"
24+
},
25+
"repository": {
26+
"type": "git",
27+
"url": "https://github.com/ip2location/ip2proxy-nodejs"
28+
}
2229
}

0 commit comments

Comments
 (0)