Skip to content

Commit

Permalink
chore(typescript): remove typings
Browse files Browse the repository at this point in the history
BREAKING: remove TypeScript definitions from repo
  • Loading branch information
alexkrolick committed Aug 11, 2019
1 parent 63dda81 commit f5fd57e
Show file tree
Hide file tree
Showing 13 changed files with 2 additions and 1,614 deletions.
626 changes: 0 additions & 626 deletions index.d.ts

This file was deleted.

10 changes: 2 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,11 @@
"main": "lib/redux.js",
"unpkg": "dist/redux.js",
"module": "es/redux.js",
"typings": "./index.d.ts",
"files": [
"dist",
"lib",
"es",
"src",
"index.d.ts"
"src"
],
"scripts": {
"clean": "rimraf lib dist es coverage",
Expand Down Expand Up @@ -61,8 +59,6 @@
"@babel/preset-env": "^7.5.4",
"@babel/preset-flow": "^7.0.0",
"@babel/register": "^7.4.4",
"@typescript-eslint/eslint-plugin": "^1.11.0",
"@typescript-eslint/parser": "^1.11.0",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.2",
"babel-jest": "^24.8.0",
Expand All @@ -83,9 +79,7 @@
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-terser": "^5.1.1",
"rxjs": "^6.5.2",
"typescript": "^3.5.3",
"typings-tester": "^0.3.2"
"rxjs": "^6.5.2"
},
"npmName": "redux",
"npmFileMap": [
Expand Down
7 changes: 0 additions & 7 deletions test/typescript.spec.js

This file was deleted.

67 changes: 0 additions & 67 deletions test/typescript/actionCreators.ts

This file was deleted.

59 changes: 0 additions & 59 deletions test/typescript/actions.ts

This file was deleted.

68 changes: 0 additions & 68 deletions test/typescript/compose.ts

This file was deleted.

46 changes: 0 additions & 46 deletions test/typescript/dispatch.ts

This file was deleted.

73 changes: 0 additions & 73 deletions test/typescript/enhancers.ts

This file was deleted.

Loading

0 comments on commit f5fd57e

Please sign in to comment.