Skip to content

Commit

Permalink
build(package.json): 规范 overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
markthree committed Sep 21, 2023
1 parent 4e20163 commit 2e71012
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,13 @@
"array.prototype.flatmap": "npm:@nolyfill/array.prototype.flatmap@latest",
"arraybuffer.prorotype.slice": "npm:@nolyfill/arraybuffer.prorotype.slice@latest",
"function.prototype.name": "npm:@nolyfill/function.prototype.name@latest",
"has": "npm:@nolyfill/has@latest",
"object-keys": "npm:@nolyfill/object-keys@latest",
"object.assign": "npm:@nolyfill/object.assign@latest",
"object.entries": "npm:@nolyfill/object.entries@latest",
"object.fromentries": "npm:@nolyfill/object.fromentries@latest",
"object.values": "npm:@nolyfill/object.values@latest"
"object.values": "npm:@nolyfill/object.values@latest",
"has": "npm:@nolyfill/has@latest",
"is-regex": "npm:@nolyfill/is-regex@latest"
},
"repository": {
"url": "https://github.com/dishait/tov-template"
Expand All @@ -123,11 +124,5 @@
"not ie <= 11",
"Android >= 4.0",
"iOS >= 8"
],
"pnpm": {
"overrides": {
"has": "npm:@nolyfill/has@latest",
"is-regex": "npm:@nolyfill/is-regex@latest"
}
}
]
}

0 comments on commit 2e71012

Please sign in to comment.