Skip to content

Commit

Permalink
0.21.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tnajdek committed Jan 8, 2019
1 parent 5009f48 commit 9fa3b51
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zotero-api-client",
"version": "0.21.1",
"version": "0.21.2",
"description": "A lightweight, minimalistic Zotero API client",
"repository": "https://github.com/tnajdek/zotero-api-client.git",
"main": "lib/api.js",
Expand All @@ -11,7 +11,10 @@
"babelify"
]
},
"browserslist": ["last 2 versions", "maintained node versions"],
"browserslist": [
"last 2 versions",
"maintained node versions"
],
"scripts": {
"readme": "jsdoc2md --template docs/README.md --no-cache --configure .jsdoc.json src/*.js > README.md",
"test": "nyc mocha",
Expand Down

0 comments on commit 9fa3b51

Please sign in to comment.