Skip to content

Commit

Permalink
add browser entry point to use data table renderers in web versions o…
Browse files Browse the repository at this point in the history
…f vscode (#122)
  • Loading branch information
RandomFractals committed Apr 4, 2022
1 parent c4fe31b commit e02b78d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ out
notebooks/test
*.vsix
.vscode-test
.vscode-test-web
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-data-table",
"displayName": "Data Table Renderers",
"description": "Data Table 🈸, Flat Data Grid 中 & Data Summary 🈷️ Renderers for VSCode Notebook 📓 Cell ⌗ Data Outputs",
"version": "1.9.0",
"version": "1.10.0",
"engines": {
"node": ">14.5.0",
"vscode": "^1.65.0"
Expand Down Expand Up @@ -68,6 +68,7 @@
"onRenderer:flat-data-grid"
],
"main": "./out/extension/extension.js",
"browser": "./out/extension/extension.js",
"contributes": {
"commands": [
{
Expand Down

0 comments on commit e02b78d

Please sign in to comment.