diff --git a/.gitignore b/.gitignore index 9659738..5d47dca 100644 --- a/.gitignore +++ b/.gitignore @@ -134,4 +134,4 @@ npm-shrinkwrap.json package-lock.json yarn.lock -.npmignore \ No newline at end of file +.npmignore diff --git a/index.d.mts b/index.d.mts index 240a4cd..fd1c6a2 100644 --- a/index.d.mts +++ b/index.d.mts @@ -5,4 +5,4 @@ declare function hasTypes( }, ): Promise<`@types/${string}` | boolean>; -export default hasTypes; \ No newline at end of file +export default hasTypes; diff --git a/package.json b/package.json index 81ee9e2..1a5b450 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "tmp": "^0.2.3" }, "devDependencies": { - "@arethetypeswrong/cli": "^0.17.0", + "@arethetypeswrong/cli": "^0.17.1", "@ljharb/eslint-config": "^21.1.1", "@ljharb/tsconfig": "^0.2.2", "@types/node": "^22.10.1",