Skip to content

Commit

Permalink
verbose docs, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
apowers313 committed Jun 14, 2018
1 parent 8886930 commit ae7a8ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webauthn-simple-app",
"version": "1.1.0",
"version": "1.2.0",
"description": "webauthn-simple-app",
"main": "webauthn-simple-app.js",
"directories": {
Expand All @@ -9,7 +9,7 @@
"scripts": {
"test": "mocha test/common/*.js test/node/*.js && grunt default",
"docs": "jsdoc -c ./.jsdoc-conf.json",
"publish-docs": "gh-pages --silent --repo https://[email protected]/apowers313/webauthn-simple-app.git --dist docs"
"publish-docs": "gh-pages --repo https://[email protected]/apowers313/webauthn-simple-app.git --dist docs"
},
"keywords": [
"webauthn",
Expand Down

0 comments on commit ae7a8ee

Please sign in to comment.