Skip to content

Commit

Permalink
[Dev Deps] update to v3 of es-shims API
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Sep 24, 2024
1 parent 713df00 commit c841e93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

ES spec-compliant shim for `Date`. Invoke its "shim" method to shim `Date` if it is unavailable or noncompliant.

This package implements the [es-shim API](https://github.com/es-shims/api) “multi” interface. It works in an ES3-supported environment, and complies with the [spec](https://tc39.es/proposal-promise-any/#sec-date).
This package implements the [es-shim API](https://github.com/es-shims/api) “multi” interface, v3. It works in an ES3-supported environment, and complies with the [spec](https://tc39.es/proposal-promise-any/#sec-date).

Most common usage:
```js
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"prepublishOnly": "safe-publish-latest",
"prelint": "evalmd README.md",
"lint": "eslint .",
"postlint": "es-shim-api --multi --bound",
"postlint": "es-shim-api --type=multi",
"pretest": "npm run lint",
"test": "npm run tests-only",
"posttest": "npx npm@'>=10.2' audit --production",
Expand Down Expand Up @@ -132,7 +132,7 @@
"safe-regex-test": "^1.0.3"
},
"devDependencies": {
"@es-shims/api": "^2.5.1",
"@es-shims/api": "^3.0.1",
"@ljharb/eslint-config": "^21.1.1",
"array.prototype.map": "^1.0.7",
"auto-changelog": "^2.5.0",
Expand Down

0 comments on commit c841e93

Please sign in to comment.