Skip to content

Commit fbe554b

Browse files
committed
1.0.1
1 parent 7d8d615 commit fbe554b

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

package-lock.json

Lines changed: 2 additions & 2 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 & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "zotenote",
33
"displayName": "zotenote",
44
"description": "Quickly create literature notes with bibliographic information from your Zotero library.",
5-
"version": "1.0.0",
5+
"version": "1.0.1",
66
"engines": {
77
"vscode": "^1.61.0"
88
},
@@ -14,10 +14,12 @@
1414
],
1515
"main": "./out/extension.js",
1616
"contributes": {
17-
"commands": [{
18-
"command": "zotenote.makeLiteratureNotes",
19-
"title": "Make literature notes from Zotero"
20-
}],
17+
"commands": [
18+
{
19+
"command": "zotenote.makeLiteratureNotes",
20+
"title": "Make literature notes from Zotero"
21+
}
22+
],
2123
"configuration": {
2224
"type": "object",
2325
"title": "Zotenote",
@@ -61,4 +63,4 @@
6163
},
6264
"publisher": "A-WS-M",
6365
"repository": "https://github.com/a-ws-m/zotenote"
64-
}
66+
}

0 commit comments

Comments
 (0)