mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-10 19:56:54 +03:00
v1.0.0-2
This commit is contained in:
parent
73c3f2c672
commit
4abb2ec433
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "redux-devtools-cli",
|
||||
"version": "1.0.0-1",
|
||||
"version": "1.0.0-2",
|
||||
"description": "CLI for remote debugging with Redux DevTools.",
|
||||
"main": "index.js",
|
||||
"bin": {
|
||||
|
@ -16,8 +16,7 @@
|
|||
"scripts": {
|
||||
"start": "node ./bin/redux-devtools.js",
|
||||
"start:electron": "node ./bin/redux-devtools.js --open",
|
||||
"test": "jest",
|
||||
"prepublishOnly": "npm run test"
|
||||
"test": "jest"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
Loading…
Reference in New Issue
Block a user