Skip to content

Commit ae7a8ee

Browse files
committed
verbose docs, bump version
1 parent 8886930 commit ae7a8ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webauthn-simple-app",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "webauthn-simple-app",
55
"main": "webauthn-simple-app.js",
66
"directories": {
@@ -9,7 +9,7 @@
99
"scripts": {
1010
"test": "mocha test/common/*.js test/node/*.js && grunt default",
1111
"docs": "jsdoc -c ./.jsdoc-conf.json",
12-
"publish-docs": "gh-pages --silent --repo https://$GH_TOKEN@github.com/apowers313/webauthn-simple-app.git --dist docs"
12+
"publish-docs": "gh-pages --repo https://$GH_TOKEN@github.com/apowers313/webauthn-simple-app.git --dist docs"
1313
},
1414
"keywords": [
1515
"webauthn",

0 commit comments

Comments
 (0)