Skip to content

Commit

Permalink
Bump version + add files to package
Browse files Browse the repository at this point in the history
Note the downgrade on `@types/vscode` -- this is because the packager
warns if your API usage is greater than your min version. Since we don't
use newer APIs, leaving it lower seems prudent.
  • Loading branch information
grork committed Jul 28, 2022
1 parent f166399 commit 5eaea56
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,8 @@
!LICENSE.txt
!out/extension.js
!out/taskmonitor.js
!out/browserManager.js
!out/browserView.js
!out/browser/browserUi.js
!out/browser/styles.css
!assets/package_icon.png
6 changes: 3 additions & 3 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"homepage": "https://github.com/grork/InnerLoopBuddy/README.md",
"icon": "assets/package_icon.png",
"version": "1.0.1",
"version": "1.1.0",
"extensionKind": [
"ui"
],
Expand Down Expand Up @@ -179,7 +179,7 @@
"@types/lodash": "^4.14.182",
"@types/mocha": "^9.1.1",
"@types/node": "18.x",
"@types/vscode": "^1.69.0",
"@types/vscode": "^1.66.0",
"@vscode/test-electron": "^2.1.5",
"glob": "^8.0.3",
"mocha": "^10.0.0",
Expand Down

0 comments on commit 5eaea56

Please sign in to comment.