Skip to content

Commit f9fff8f

Browse files
chore(vscode): fix broken PR merge
1 parent 1f4a374 commit f9fff8f

File tree

1 file changed

+30
-23
lines changed

1 file changed

+30
-23
lines changed

packages/node_modules/overmind-devtools-vscode/package.json

Lines changed: 30 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -40,28 +40,35 @@
4040
"description": "Enable devmode. Will serve client from specified url",
4141
"type": "boolean"
4242
},
43-
"commands": [
44-
{
45-
"category": "Overmind Devtools",
46-
"command": "overmind-devtools.start",
47-
"title": "Start"
48-
}
49-
]
50-
},
51-
"scripts": {
52-
"vscode:prepublish": "webpack --mode production",
53-
"compile": "webpack --mode none",
54-
"watch": "webpack --mode none --watch",
55-
"postinstall": "node ./node_modules/vscode/bin/install",
56-
"build": "rimraf devtoolsDist && cp -R ../overmind-devtools-client/dist devtoolsDist",
57-
"distribute": "npm run build && vsce publish -p $TOKEN"
58-
},
59-
"devDependencies": {
60-
"@types/node": "^12.11.6",
61-
"tslint": "^5.12.1",
62-
"vscode": "^1.1.36"
43+
"overmind.logging.verbose": {
44+
"default": false,
45+
"description": "Toggles verbose logging",
46+
"type": "boolean"
47+
}
48+
}
6349
},
64-
"peerDependencies": {
65-
"overmind-devtools-client": "next"
66-
}
50+
"commands": [
51+
{
52+
"category": "Overmind Devtools",
53+
"command": "overmind-devtools.start",
54+
"title": "Start"
55+
}
56+
]
57+
},
58+
"scripts": {
59+
"vscode:prepublish": "webpack --mode production",
60+
"compile": "webpack --mode none",
61+
"watch": "webpack --mode none --watch",
62+
"postinstall": "node ./node_modules/vscode/bin/install",
63+
"build": "rimraf devtoolsDist && cp -R ../overmind-devtools-client/dist devtoolsDist",
64+
"distribute": "npm run build && vsce publish -p $TOKEN"
65+
},
66+
"devDependencies": {
67+
"@types/node": "^12.11.6",
68+
"tslint": "^5.12.1",
69+
"vscode": "^1.1.36"
70+
},
71+
"peerDependencies": {
72+
"overmind-devtools-client": "next"
73+
}
6774
}

0 commit comments

Comments
 (0)