File tree Expand file tree Collapse file tree 1 file changed +19
-7
lines changed Expand file tree Collapse file tree 1 file changed +19
-7
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " vscode-git-grep" ,
33 "displayName" : " vscode-git-grep" ,
4- "description" : " " ,
5- "version" : " 0.0.4 " ,
4+ "description" : " git grep for vscode " ,
5+ "version" : " 0.0.5 " ,
66 "publisher" : " bokuweb" ,
77 "engines" : {
8- "vscode" : " ^1.5 .0"
8+ "vscode" : " ^1.6 .0"
99 },
10+ "author" : {
11+ "name" : " bokuweb" ,
12+ "email" : " bokuweb12@gmail.com"
13+ },
14+ "license" : " MIT" ,
15+ "homepage" : " https://github.com/bokuweb/vscode-git-grep/blob/master/README.md" ,
16+ "repository" : {
17+ "type" : " git" ,
18+ "url" : " https://github.com/bokuweb/vscode-git-grep"
19+ },
20+ "icon" : " docs/logo.png" ,
1021 "categories" : [
11- " Other"
22+ " Other" ,
23+ " git"
1224 ],
1325 "activationEvents" : [
1426 " onCommand:extension.gitGrep"
1830 "commands" : [
1931 {
2032 "command" : " extension.gitGrep" ,
21- "title" : " Git Grep"
33+ "title" : " Git: Grep"
2234 }
2335 ]
2436 },
2941 "test" : " node ./node_modules/vscode/bin/test"
3042 },
3143 "devDependencies" : {
32- "typescript" : " ^2.0.3 " ,
44+ "typescript" : " ^2.3.0 " ,
3345 "vscode" : " ^1.0.0" ,
3446 "mocha" : " ^2.3.3" ,
3547 "@types/node" : " ^6.0.40" ,
3850 "dependencies" : {
3951 "shell-quote" : " ^1.6.1"
4052 }
41- }
53+ }
You can’t perform that action at this time.
0 commit comments