Skip to content

Commit

Permalink
[Tests] add @es-shims/api
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Aug 28, 2023
1 parent 21aec27 commit b1d49be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"prepublish": "not-in-publish || npm run prepublishOnly",
"prepublishOnly": "safe-publish-latest",
"pretest": "npm run lint",
"prelint": "es-shim-api --bound",
"lint": "eslint --ext=js,mjs .",
"tests-only": "nyc tape 'test/**/*.js'",
"tests-esm": "nyc node test/index.mjs",
Expand Down Expand Up @@ -58,6 +59,7 @@
},
"homepage": "https://github.com/es-shims/Array.prototype.at#readme",
"devDependencies": {
"@es-shims/api": "^2.4.2",
"@ljharb/eslint-config": "^21.0.0",
"aud": "^2.0.1",
"auto-changelog": "^2.4.0",
Expand Down

0 comments on commit b1d49be

Please sign in to comment.