Skip to content

Commit 12fd94a

Browse files
committed
chore(release): version v0.1.4
1 parent ecb6cca commit 12fd94a

File tree

1 file changed

+14
-11
lines changed

1 file changed

+14
-11
lines changed

package.json

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
11
{
2-
"name": "vscode-jsona",
3-
"displayName": "JSONA syntax",
4-
"description": "Adds syntax highlighting of JSONA files",
5-
"version": "0.1.3",
6-
"publisher": "sigoden",
7-
"license": "MIT",
8-
"engines": {
9-
"vscode": "^1.3.0"
10-
},
2+
"name": "vscode-jsona",
3+
"displayName": "JSONA syntax",
4+
"description": "Adds syntax highlighting of JSONA files",
5+
"version": "0.1.4",
6+
"publisher": "sigoden",
7+
"license": "MIT",
8+
"engines": {
9+
"vscode": "^1.3.0"
10+
},
1111
"icon": "icon.png",
12-
"homepage": "https://github.com/sigoden/vscode-jsona/blob/master/README.md",
12+
"homepage": "https://github.com/jsona/vscode-jsona",
1313
"repository": {
1414
"type": "git",
15-
"url": "https://github.com/sigoden/vscode-jsona"
15+
"url": "https://github.com/jsona/vscode-jsona"
16+
},
17+
"scripts": {
18+
"pkg": "vsce package"
1619
},
1720
"keywords": [
1821
"jsona",

0 commit comments

Comments
 (0)