Skip to content

Commit

Permalink
fix: loop extensionDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fyangstudio committed Aug 28, 2021
1 parent d0224ec commit bc28143
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 4 additions & 0 deletions extensions/project-creator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.0.6

- fix: remove loop extensionDependencies

## 1.0.5

- feat: add extensionDependencies
Expand Down
7 changes: 2 additions & 5 deletions extensions/project-creator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Application Creator",
"description": "Quick create a Universal Application(React/Rax/Vue, etc).",
"publisher": "iceworks-team",
"version": "1.0.5",
"version": "1.0.6",
"engines": {
"vscode": "^1.41.0"
},
Expand Down Expand Up @@ -87,8 +87,5 @@
"bugs": {
"url": "https://github.com/appworks-lab/appworks/issues",
"email": "[email protected]"
},
"extensionDependencies": [
"iceworks-team.iceworks-app"
]
}
}

0 comments on commit bc28143

Please sign in to comment.