[nodejs] publish package on npm

This commit is contained in:
陈睿
2018-08-30 18:20:49 +08:00
parent c95bed6f58
commit ad219e3e07
5 changed files with 31 additions and 3 deletions

View File

@@ -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"
}
}
}