We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8886930 commit ae7a8eeCopy full SHA for ae7a8ee
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "webauthn-simple-app",
3
- "version": "1.1.0",
+ "version": "1.2.0",
4
"description": "webauthn-simple-app",
5
"main": "webauthn-simple-app.js",
6
"directories": {
@@ -9,7 +9,7 @@
9
"scripts": {
10
"test": "mocha test/common/*.js test/node/*.js && grunt default",
11
"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"
+ "publish-docs": "gh-pages --repo https://$GH_TOKEN@github.com/apowers313/webauthn-simple-app.git --dist docs"
13
},
14
"keywords": [
15
"webauthn",
0 commit comments