Skip to content

Commit aea0a84

Browse files
authored
Added a possibility to remove webview handlers #51 (#52)
1 parent bffafc8 commit aea0a84

File tree

15 files changed

+1073
-1178
lines changed

15 files changed

+1073
-1178
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
shell: bash
2222
run: |
2323
npm install
24+
npm run build
2425
npm test
2526
npm run lint
2627

examples/calico-colors/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@
7575
"watch": "tsc -w -p ./"
7676
},
7777
"dependencies": {
78-
"vscode-messenger": "^0.5",
79-
"vscode-messenger-webview": "^0.5"
78+
"vscode-messenger": "^0.6",
79+
"vscode-messenger-webview": "^0.6"
8080
},
8181
"devDependencies": {
8282
"browserify": "^17.0.0",

0 commit comments

Comments
 (0)