Skip to content

Commit bdf4cdf

Browse files
committed
Remove devpackages form vsix
Signed-off-by: Denis Golovin [email protected]
1 parent 653bcbe commit bdf4cdf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"bugs": "https://github.com/redhat-developer/vscode-openshift-tools/issues",
1515
"engines": {
16-
"vscode": "^1.62.0"
16+
"vscode": "^1.64.2"
1717
},
1818
"badges": [
1919
{
@@ -56,7 +56,7 @@
5656
"main": "./out/src/extension",
5757
"scripts": {
5858
"verify": "node ./out/build/verify-tools.js",
59-
"vscode:prepublish": "npm run build && node ./out/build/bundle-tools.js",
59+
"vscode:prepublish": "npm run build && node ./out/build/bundle-tools.js && npm prune --production",
6060
"compile": "npm-run-all compile:*",
6161
"compile:ext": "tsc -p ./",
6262
"compile:views": "webpack --mode production --config src/webview/webpack.config.js",
@@ -99,7 +99,6 @@
9999
"make-fetch-happen": "^9.1.0",
100100
"minimatch": "^3.0.4",
101101
"mkdirp": "^1.0.4",
102-
"react-phone-input-2": "^2.14.0",
103102
"rxjs": "^7.4.0",
104103
"semver": "^7.3.5",
105104
"stacktrace-parser": "^0.1.10",
@@ -186,6 +185,7 @@
186185
"react-dom": "^17.0.2",
187186
"react-lazylog": "^4.5.3",
188187
"react-loader-spinner": "^4.0.0",
188+
"react-phone-input-2": "^2.14.0",
189189
"remap-istanbul": "^0.13.0",
190190
"request": "^2.88.2",
191191
"shelljs": "^0.8.5",

0 commit comments

Comments
 (0)