Skip to content

Commit 37355fe

Browse files
author
Aleksey Okhrimenko
committed
missing dependency fix
1 parent 4fcbaf6 commit 37355fe

File tree

3 files changed

+19
-25
lines changed

3 files changed

+19
-25
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to the "arrr" extension will be documented in this file.
44

55
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
66

7+
## 0.0.3
8+
9+
- Adding missing dependency
10+
711
## 0.0.2
812

913
- Bug fix of command key

package-lock.json

Lines changed: 7 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "arrr",
33
"displayName": "arrr",
44
"description": "The extension provides refactoring tools for your Angular codebase",
5-
"version": "0.0.2",
6-
"publisher": "obenjiro",
5+
"version": "0.0.3",
6+
"publisher": "obenjiro",
77
"engines": {
88
"vscode": "^1.47.0"
99
},
@@ -55,12 +55,13 @@
5555
"@angular/compiler": "^10.0.7",
5656
"@types/mkdirp": "^1.0.1",
5757
"change-case": "^4.1.1",
58+
"glob": "^7.1.6",
5859
"gitignore-to-glob": "^0.3.0",
5960
"mkdirp": "^1.0.4"
6061
},
61-
"icon": "assets/icon.png",
62-
"repository": {
63-
"type": "git",
64-
"url": "https://github.com/obenjiro/vscode-arrr.git"
65-
}
62+
"icon": "assets/icon.png",
63+
"repository": {
64+
"type": "git",
65+
"url": "https://github.com/obenjiro/vscode-arrr.git"
66+
}
6667
}

0 commit comments

Comments
 (0)