Skip to content

Commit

Permalink
Merge pull request #357 from reduxjs/feature/remove-extend
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson committed Dec 4, 2023
2 parents 3da59d0 + c8d4878 commit 1de2476
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 138 deletions.
44 changes: 0 additions & 44 deletions extend-redux.d.ts

This file was deleted.

7 changes: 1 addition & 6 deletions package.json
Expand Up @@ -23,9 +23,6 @@
"types": "./dist/redux-thunk.d.ts",
"import": "./dist/redux-thunk.mjs",
"default": "./dist/cjs/redux-thunk.cjs"
},
"./extend-redux": {
"types": "./extend-redux.d.ts"
}
},
"sideEffects": false,
Expand All @@ -42,9 +39,7 @@
"lint": "eslint \"{src,test,typescript_test}/**/*.{js,ts}\"",
"test": "vitest run",
"test:cov": "vitest run --coverage",
"test:typescript": "yarn test:typescript:main && yarn test:typescript:extended",
"test:typescript:main": "tsc --noEmit -p typescript_test/tsconfig.json",
"test:typescript:extended": "tsc --noEmit -p typescript_test/typescript_extended/tsconfig.json",
"test:typescript": "tsc --noEmit -p typescript_test/tsconfig.json",
"build": "tsup",
"prepack": "yarn build"
},
Expand Down
88 changes: 0 additions & 88 deletions typescript_test/typescript_extended/extended-redux.ts

This file was deleted.

0 comments on commit 1de2476

Please sign in to comment.