Skip to content

Commit

Permalink
Merge pull request #21 from lukaspatschil/develop
Browse files Browse the repository at this point in the history
hotifx: node version
  • Loading branch information
lukaspatschil authored Sep 26, 2021
2 parents 9cf9d52 + ae99d88 commit e2301c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "repl-scooper",
"displayName": "REPL Scooper",
"description": "An extension to experiment with code snippets",
"version": "0.4.1",
"version": "0.4.2",
"publisher": "LukaSpatschil",
"homepage": "https://marketplace.visualstudio.com/items?itemName=LukaSpatschil.repl-scooper",
"repository": {
Expand All @@ -14,7 +14,7 @@
"url": "https://github.com/lukaspatschil/repl-scooper/issues"
},
"engines": {
"node": ">= 14",
"node": ">= 12",
"vscode": "^1.60.0"
},
"keywords": [
Expand Down

0 comments on commit e2301c3

Please sign in to comment.