Skip to content
This repository was archived by the owner on May 27, 2020. It is now read-only.

Commit

Permalink
1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
axetroy committed Feb 4, 2020
1 parent ad95ce5 commit cac5ef7
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-deno",
"displayName": "%deno.displayName%",
"description": "%deno.description%",
"version": "1.12.0",
"version": "1.13.0",
"publisher": "axetroy",
"icon": "deno.png",
"galleryBanner": {
Expand All @@ -19,8 +19,13 @@
"engines": {
"vscode": "^1.41.0"
},
"categories": ["Programming Languages", "Other"],
"keywords": ["deno"],
"categories": [
"Programming Languages",
"Other"
],
"keywords": [
"deno"
],
"activationEvents": [
"onLanguage:typescript",
"onLanguage:typescriptreact",
Expand Down Expand Up @@ -84,7 +89,10 @@
}
},
"lint-staged": {
"**/*.{js,ts,json,md}": ["yarn format", "git add"]
"**/*.{js,ts,json,md}": [
"yarn format",
"git add"
]
},
"devDependencies": {
"@types/node": "12.12.26",
Expand Down

0 comments on commit cac5ef7

Please # to comment.