mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-02-12 09:30:45 +03:00
v1.0.0-2
This commit is contained in:
parent
73c3f2c672
commit
4abb2ec433
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "redux-devtools-cli",
|
"name": "redux-devtools-cli",
|
||||||
"version": "1.0.0-1",
|
"version": "1.0.0-2",
|
||||||
"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,8 +16,7 @@
|
||||||
"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