Skip to content

Commit 4abb2ec

Browse files
committed
v1.0.0-2
1 parent 73c3f2c commit 4abb2ec

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

packages/redux-devtools-cli/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "redux-devtools-cli",
3-
"version": "1.0.0-1",
3+
"version": "1.0.0-2",
44
"description": "CLI for remote debugging with Redux DevTools.",
55
"main": "index.js",
66
"bin": {
@@ -16,8 +16,7 @@
1616
"scripts": {
1717
"start": "node ./bin/redux-devtools.js",
1818
"start:electron": "node ./bin/redux-devtools.js --open",
19-
"test": "jest",
20-
"prepublishOnly": "npm run test"
19+
"test": "jest"
2120
},
2221
"repository": {
2322
"type": "git",

0 commit comments

Comments
 (0)