Skip to content

Commit

Permalink
enh: update package info
Browse files Browse the repository at this point in the history
  • Loading branch information
anibalsolon committed Mar 16, 2022
1 parent 4b69d13 commit 8c7038c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- run: npm run test:coverage
env:
DISPLAY: ':99.0'
- run: rm -f ./.coveralls.yml

deploy:
if: github.ref == 'refs/heads/main' && !startsWith(github.event.head_commit.message, '[RELEASE]')
Expand Down
9 changes: 8 additions & 1 deletion .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,14 @@ node_modules
tsconfig.json
data
extension
extension-web
types
webview
*.ipynb
.nyc_output
.test_output
.test_output
.mocharc.json
.nycrc
.coveralls.yml
coverage
.github
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"version": "0.0.11",
"publisher": "anibalsolon",
"engines": {
"vscode": "^1.62.0"
"vscode": "^1.65.0"
},
"categories": [
"Visualization",
Expand Down

0 comments on commit 8c7038c

Please sign in to comment.