mirror of
https://github.com/netfun2000/ip2region.git
synced 2026-02-27 09:44:31 +08:00
[nodejs] publish package on npm
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "ip2region",
|
||||
"name": "lionsoul-ip2region",
|
||||
"version": "0.0.1",
|
||||
"description": "ip database ",
|
||||
"main": "ip2region.js",
|
||||
@@ -7,6 +7,7 @@
|
||||
"test": "jest",
|
||||
"coverage": "npm run test && jest --coverage"
|
||||
},
|
||||
"files": ["data/"],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/lionsoul2016/ip2region"
|
||||
@@ -26,4 +27,4 @@
|
||||
"jest": "^19.0.2",
|
||||
"benchmark": "^2.1.4"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user