We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73c3f2c commit 4abb2ecCopy full SHA for 4abb2ec
packages/redux-devtools-cli/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "redux-devtools-cli",
3
- "version": "1.0.0-1",
+ "version": "1.0.0-2",
4
"description": "CLI for remote debugging with Redux DevTools.",
5
"main": "index.js",
6
"bin": {
@@ -16,8 +16,7 @@
16
"scripts": {
17
"start": "node ./bin/redux-devtools.js",
18
"start:electron": "node ./bin/redux-devtools.js --open",
19
- "test": "jest",
20
- "prepublishOnly": "npm run test"
+ "test": "jest"
21
},
22
"repository": {
23
"type": "git",
0 commit comments