Engine changes

This commit is contained in:
Nathan Bierema 2021-08-25 23:36:52 -04:00
parent 97ae35555a
commit b8200c3d5f
2 changed files with 2 additions and 5 deletions

View File

@ -70,8 +70,5 @@
"packages/redux-devtools/examples/counter", "packages/redux-devtools/examples/counter",
"packages/redux-devtools/examples/todomvc", "packages/redux-devtools/examples/todomvc",
"packages/redux-devtools-slider-monitor/examples/todomvc" "packages/redux-devtools-slider-monitor/examples/todomvc"
], ]
"engines": {
"node": ">=v10.24.1"
}
} }

View File

@ -39,7 +39,7 @@
"prepublishOnly": "npm run clean && npm run build" "prepublishOnly": "npm run clean && npm run build"
}, },
"engines": { "engines": {
"node": ">=v10.24.1" "node": "^14"
}, },
"dependencies": { "dependencies": {
"@redux-devtools/app": "^1.0.0-8", "@redux-devtools/app": "^1.0.0-8",