Skip to content

Commit

Permalink
v2.1.6 fix command not found
Browse files Browse the repository at this point in the history
  • Loading branch information
peakchen90 committed May 22, 2021
1 parent be40e9a commit 25c70b3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
1 change: 0 additions & 1 deletion .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,3 @@ test/**
**/tsconfig.json
**/*.map
**/*.ts
node_modules
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## 2.1.5: 2020/05/22
## 2.1.6: 2021/05/22
- Fix: command not found
- 修复命令找不到的问题

## 2.1.5: 2021/05/22
- chore: Some performance optimizations
- 一些性能优化

Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@
"name": "open-html-in-browser",
"displayName": "Open In Default Browser",
"description": "A VSCode extension to fast open html file in browser",
"version": "2.1.5",
"version": "2.1.6",
"main": "./dist/extension.js",
"scripts": {
"dev": "rollup --config rollup.config.js --watch",
"build": "rollup --config rollup.config.js",
"test": "node ./dist/runTest.js"
"test": "node ./dist/runTest.js",
"p": "npm run build && vsce publish"
},
"publisher": "peakchen90",
"engines": {
Expand Down

0 comments on commit 25c70b3

Please sign in to comment.