Skip to content

Commit

Permalink
[meta] sort package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Dec 20, 2024
1 parent a8698c6 commit f6cf8a5
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,13 @@
"url": "https://github.com/es-shims/Array.prototype.copyWithin/issues"
},
"homepage": "https://github.com/es-shims/Array.prototype.copyWithin#readme",
"engines": {
"node": ">= 0.4"
"dependencies": {
"call-bind": "^1.0.8",
"call-bound": "^1.0.3",
"define-properties": "^1.2.1",
"es-abstract": "^1.23.6",
"es-shim-unscopables": "^1.0.2",
"math-intrinsics": "^1.1.0"
},
"devDependencies": {
"@es-shims/api": "^2.5.1",
Expand All @@ -69,14 +74,8 @@
"safe-publish-latest": "^2.0.0",
"tape": "^5.9.0"
},
"dependencies": {
"call-bind": "^1.0.8",
"call-bound": "^1.0.3",
"define-properties": "^1.2.1",
"es-abstract": "^1.23.6",
"es-object-atoms": "^1.0.0",
"es-shim-unscopables": "^1.0.2",
"math-intrinsics": "^1.1.0"
"engines": {
"node": ">= 0.4"
},
"testling": {
"files": "test/*.js"
Expand Down

0 comments on commit f6cf8a5

Please sign in to comment.