Skip to content

Commit 3600edf

Browse files
author
jedmao
committed
index.ts -> redux.js, redux.d.ts
1 parent 49579e9 commit 3600edf

16 files changed

+282
-26
lines changed

package-lock.json

Lines changed: 262 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"test": "jest",
4343
"test:watch": "npm test -- --watch",
4444
"test:cov": "npm test -- --coverage",
45-
"build": "rollup -c",
45+
"build": "rollup -c && move-file dist/index.d.ts dist/redux.d.ts && move-file es/index.d.ts es/redux.d.ts && move-file lib/index.d.ts lib/redux.d.ts",
4646
"prepare": "npm run clean && npm run check-types && npm run format:check && npm run lint && npm test",
4747
"build-types": "tsc --emitDeclarationOnly",
4848
"check-types": "tsc --noEmit",
@@ -80,6 +80,7 @@
8080
"eslint-plugin-react-hooks": "^1.6.1",
8181
"glob": "^7.1.4",
8282
"jest": "^24.8.0",
83+
"move-file-cli": "^1.0.0",
8384
"prettier": "^1.18.2",
8485
"rimraf": "^2.6.3",
8586
"rollup": "^1.16.7",

0 commit comments

Comments
 (0)