Restore test

This commit is contained in:
Nathan Bierema 2020-08-01 21:24:40 -04:00
parent 4abb2ec433
commit 8122b25df9

View File

@ -1,6 +1,6 @@
{ {
"name": "redux-devtools-cli", "name": "redux-devtools-cli",
"version": "1.0.0-2", "version": "1.0.0-1",
"description": "CLI for remote debugging with Redux DevTools.", "description": "CLI for remote debugging with Redux DevTools.",
"main": "index.js", "main": "index.js",
"bin": { "bin": {
@ -16,7 +16,8 @@
"scripts": { "scripts": {
"start": "node ./bin/redux-devtools.js", "start": "node ./bin/redux-devtools.js",
"start:electron": "node ./bin/redux-devtools.js --open", "start:electron": "node ./bin/redux-devtools.js --open",
"test": "jest" "test": "jest",
"prepublishOnly": "npm run test"
}, },
"repository": { "repository": {
"type": "git", "type": "git",