Skip to content

Commit

Permalink
Updated package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ecmel committed Feb 10, 2021
1 parent e775d98 commit 43bdcef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to the extension will be documented in this file.

## [1.10.1] - 2021-02-10
## [1.10.2] - 2021-02-10

- Update dependencies for VS Code 1.53

Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-html-css",
"displayName": "HTML CSS Support",
"description": "CSS Intellisense for HTML",
"version": "1.10.1",
"version": "1.10.2",
"publisher": "ecmel",
"license": "MIT",
"homepage": "https://github.com/ecmel/vscode-html-css",
Expand Down Expand Up @@ -77,7 +77,8 @@
"pretest": "npm run test-compile && npm run lint",
"lint": "eslint src --ext ts",
"test": "node ./out/test/runTest.js",
"release": "vsce package"
"release": "vsce package",
"deploy": "vsce publish"
},
"devDependencies": {
"@types/vscode": "^1.53.0",
Expand Down

0 comments on commit 43bdcef

Please sign in to comment.