Skip to content

Commit

Permalink
chore(vscode): fix broken PR merge
Browse files Browse the repository at this point in the history
  • Loading branch information
christianalfoni committed Aug 11, 2020
1 parent 1f4a374 commit f9fff8f
Showing 1 changed file with 30 additions and 23 deletions.
53 changes: 30 additions & 23 deletions packages/node_modules/overmind-devtools-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,28 +40,35 @@
"description": "Enable devmode. Will serve client from specified url",
"type": "boolean"
},
"commands": [
{
"category": "Overmind Devtools",
"command": "overmind-devtools.start",
"title": "Start"
}
]
},
"scripts": {
"vscode:prepublish": "webpack --mode production",
"compile": "webpack --mode none",
"watch": "webpack --mode none --watch",
"postinstall": "node ./node_modules/vscode/bin/install",
"build": "rimraf devtoolsDist && cp -R ../overmind-devtools-client/dist devtoolsDist",
"distribute": "npm run build && vsce publish -p $TOKEN"
},
"devDependencies": {
"@types/node": "^12.11.6",
"tslint": "^5.12.1",
"vscode": "^1.1.36"
"overmind.logging.verbose": {
"default": false,
"description": "Toggles verbose logging",
"type": "boolean"
}
}
},
"peerDependencies": {
"overmind-devtools-client": "next"
}
"commands": [
{
"category": "Overmind Devtools",
"command": "overmind-devtools.start",
"title": "Start"
}
]
},
"scripts": {
"vscode:prepublish": "webpack --mode production",
"compile": "webpack --mode none",
"watch": "webpack --mode none --watch",
"postinstall": "node ./node_modules/vscode/bin/install",
"build": "rimraf devtoolsDist && cp -R ../overmind-devtools-client/dist devtoolsDist",
"distribute": "npm run build && vsce publish -p $TOKEN"
},
"devDependencies": {
"@types/node": "^12.11.6",
"tslint": "^5.12.1",
"vscode": "^1.1.36"
},
"peerDependencies": {
"overmind-devtools-client": "next"
}
}

0 comments on commit f9fff8f

Please sign in to comment.