Skip to content

Commit

Permalink
docs: update changesets repository link
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Jul 24, 2022
1 parent 91140e8 commit e3a51e4
Show file tree
Hide file tree
Showing 3 changed files with 908 additions and 910 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -10,7 +10,7 @@
[![Renovate enabled](https://img.shields.io/badge/renovate-enabled-brightgreen.svg)](https://renovatebot.com)
[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
[![Code Style: Prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
[![changesets](https://img.shields.io/badge/maintained%20with-changesets-176de3.svg)](https://github.com/atlassian/changesets)
[![changesets](https://img.shields.io/badge/maintained%20with-changesets-176de3.svg)](https://github.com/changesets/changesets)

This plugin adds [`TypeScript`][] support to [`eslint-plugin-import`][]

Expand Down
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -2,7 +2,7 @@
"name": "eslint-import-resolver-typescript",
"version": "3.3.0",
"type": "module",
"description": "TypeScript `.cts`/`.mts`/`.ts`/`.tsx`/`.d.cts`/`.d.mts`/`.d.ts` module resolver for `eslint-plugin-import`",
"description": "This plugin adds `TypeScript` support to `eslint-plugin-import`",
"repository": "git+https://github.com/import-js/eslint-import-resolver-typescript",
"author": "Alex Gorbatchev <alex.gorbatchev@gmail.com>",
"contributors": [
Expand Down Expand Up @@ -41,7 +41,7 @@
},
"funding": "https://opencollective.com/unts",
"license": "ISC",
"packageManager": "pnpm@7.5.2",
"packageManager": "pnpm@7.6.0",
"engines": {
"node": "^12.20.0 || ^14.18.0 || >=16.0.0"
},
Expand Down Expand Up @@ -104,8 +104,8 @@
},
"devDependencies": {
"@1stg/lib-config": "^9.0.1",
"@changesets/changelog-github": "^0.4.5",
"@changesets/cli": "^2.23.2",
"@changesets/changelog-github": "^0.4.6",
"@changesets/cli": "^2.24.0",
"@mozilla/glean": "^1.1.0",
"@size-limit/preset-small-lib": "^7.0.8",
"@types/debug": "^4.1.7",
Expand Down

0 comments on commit e3a51e4

Please sign in to comment.