Skip to content

Commit

Permalink
Drop the extend-redux addition
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson committed Dec 4, 2023
1 parent 3da59d0 commit 02b4fd5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 135 deletions.
44 changes: 0 additions & 44 deletions extend-redux.d.ts

This file was deleted.

4 changes: 1 addition & 3 deletions package.json
Expand Up @@ -42,9 +42,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 02b4fd5

Please sign in to comment.