mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-02-07 15:10:45 +03:00
Restore test
This commit is contained in:
parent
4abb2ec433
commit
8122b25df9
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user