Skip to content

Commit

Permalink
[Tests] use @arethetypeswrong/cli
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Mar 11, 2024
1 parent a06f70c commit 7c2c2fa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"prepublish": "not-in-publish || npm run prepublishOnly",
"prelint": "evalmd README.md",
"lint": "eslint --ext=js,mjs .",
"postlint": "tsc -p .",
"postlint": "tsc -p . && attw -P",
"pretest": "npm run lint",
"tests-only": "tape 'test/**/*.js'",
"test": "npm run tests-only",
Expand All @@ -33,6 +33,7 @@
},
"homepage": "https://github.com/es-shims/es-set-tostringtag#readme",
"devDependencies": {
"@arethetypeswrong/cli": "^0.15.1",
"@ljharb/eslint-config": "^21.1.0",
"@types/get-intrinsic": "^1.2.2",
"@types/has-symbols": "^1.0.2",
Expand All @@ -45,7 +46,7 @@
"npmignore": "^0.3.1",
"safe-publish-latest": "^2.0.0",
"tape": "^5.7.5",
"typescript": "^5.4.0-dev.20240220"
"typescript": "next"
},
"dependencies": {
"get-intrinsic": "^1.2.4",
Expand Down

0 comments on commit 7c2c2fa

Please sign in to comment.