support other repo

This commit is contained in:
Opportunity
2020-06-30 01:54:04 +08:00
Unverified
parent 2feaa3232f
commit 48f33e8789
66 changed files with 3280 additions and 1532 deletions
+7 -7
View File
@@ -1,6 +1,6 @@
{
"name": "semver",
"version": "7.1.3",
"version": "7.3.2",
"description": "The semantic version parser used by npm.",
"main": "index.js",
"scripts": {
@@ -11,7 +11,7 @@
"postpublish": "git push origin --follow-tags"
},
"devDependencies": {
"tap": "^14.10.2"
"tap": "^14.10.7"
},
"license": "ISC",
"repository": "https://github.com/npm/node-semver",
@@ -19,12 +19,12 @@
"semver": "./bin/semver.js"
},
"files": [
"bin",
"bin/**/*.js",
"range.bnf",
"classes",
"functions",
"internal",
"ranges",
"classes/**/*.js",
"functions/**/*.js",
"internal/**/*.js",
"ranges/**/*.js",
"index.js",
"preload.js"
],