Skip to content

Commit

Permalink
1.0.33
Browse files Browse the repository at this point in the history
  • Loading branch information
retorquere committed Jan 28, 2021
1 parent dcbd3b0 commit d801142
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "zotero-plugin",
"version": "1.0.32",
"version": "1.0.33",
"description": "Zotero plugin builder",
"homepage": "https://github.com/retorquere/zotero-plugin/wiki",
"bin": {
"zotero-plugin-release": "./bin/release.js",
"zotero-plugin-zipup": "./bin/zipup.js",
"zotero-plugin-link": "./bin/link.js",
"issue-branches": "./bin/branches.js"
"zotero-plugin-release": "bin/release.js",
"zotero-plugin-zipup": "bin/zipup.js",
"zotero-plugin-link": "bin/link.js",
"issue-branches": "bin/branches.js"
},
"author": {
"name": "Emiliano Heyns",
Expand Down

0 comments on commit d801142

Please sign in to comment.