Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
a-ws-m committed Oct 26, 2021
1 parent 7d8d615 commit fbe554b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 8 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "zotenote",
"displayName": "zotenote",
"description": "Quickly create literature notes with bibliographic information from your Zotero library.",
"version": "1.0.0",
"version": "1.0.1",
"engines": {
"vscode": "^1.61.0"
},
Expand All @@ -14,10 +14,12 @@
],
"main": "./out/extension.js",
"contributes": {
"commands": [{
"command": "zotenote.makeLiteratureNotes",
"title": "Make literature notes from Zotero"
}],
"commands": [
{
"command": "zotenote.makeLiteratureNotes",
"title": "Make literature notes from Zotero"
}
],
"configuration": {
"type": "object",
"title": "Zotenote",
Expand Down Expand Up @@ -61,4 +63,4 @@
},
"publisher": "A-WS-M",
"repository": "https://github.com/a-ws-m/zotenote"
}
}

0 comments on commit fbe554b

Please sign in to comment.