Skip to content

Commit

Permalink
Change version and ignore node_modules
Browse files Browse the repository at this point in the history
  • Loading branch information
tonybaloney committed Dec 6, 2022
1 parent 8003e68 commit 46a1b4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ src/**
**/*.ts
.build-out/
coverage/
docs/
docs/
node_modules
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-pets",
"displayName": "vscode-pets",
"description": "Pets for your VS Code",
"version": "1.19.2-beta1",
"version": "1.19.2",
"engines": {
"vscode": "^1.73.0"
},
Expand Down

0 comments on commit 46a1b4a

Please sign in to comment.