Skip to content

Commit f2e614b

Browse files
committed
Update package.json
1 parent 33e95bc commit f2e614b

File tree

1 file changed

+19
-7
lines changed

1 file changed

+19
-7
lines changed

package.json

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,26 @@
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"
@@ -18,7 +30,7 @@
1830
"commands": [
1931
{
2032
"command": "extension.gitGrep",
21-
"title": "Git Grep"
33+
"title": "Git: Grep"
2234
}
2335
]
2436
},
@@ -29,7 +41,7 @@
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",
@@ -38,4 +50,4 @@
3850
"dependencies": {
3951
"shell-quote": "^1.6.1"
4052
}
41-
}
53+
}

0 commit comments

Comments
 (0)