mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 00:19:55 +03:00
Update
This commit is contained in:
parent
8eb67453aa
commit
1af8ee41da
|
@ -10,7 +10,7 @@
|
|||
"clean": "rimraf lib",
|
||||
"build": "npm run build:types && npm run build:js",
|
||||
"build:types": "tsc --emitDeclarationOnly",
|
||||
"build:js": "babel src --out-dir lib --extendsions \".ts,.tsx\" --source-maps inline",
|
||||
"build:js": "babel src --out-dir lib --extensions \".ts,.tsx\" --source-maps inline",
|
||||
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
|
||||
"lint:fix": "eslint . --ext .js,.jsx,.ts,.tx --fix",
|
||||
"test": "tsc --project test/tsconfig.json --noEmit && jest",
|
||||
|
|
|
@ -2,7 +2,8 @@ export {
|
|||
default as instrument,
|
||||
ActionCreators,
|
||||
ActionTypes,
|
||||
LiftedAction
|
||||
LiftedAction,
|
||||
PerformAction
|
||||
} from 'redux-devtools-instrument';
|
||||
export { default as persistState } from './persistState';
|
||||
export { default as createDevTools } from './createDevTools';
|
||||
|
|
Loading…
Reference in New Issue
Block a user