Skip to content

Commit

Permalink
v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Kmaschta committed Oct 14, 2019
1 parent dca211b commit a0a9c8e
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions example/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webauthn/example-api",
"version": "0.1.0",
"version": "0.1.3",
"main": "index.js",
"license": "Apache",
"private": true,
Expand All @@ -9,7 +9,7 @@
"dev": "nodemon -w . index.js"
},
"dependencies": {
"@webauthn/server": "^0.1.0",
"@webauthn/server": "^0.1.3",
"body-parser": "^1.18.3",
"cors": "^2.8.5",
"express": "^4.16.4",
Expand Down
8 changes: 4 additions & 4 deletions example/front/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "front",
"version": "0.1.0",
"version": "0.1.3",
"private": true,
"license": "Apache",
"dependencies": {
"@webauthn/client": "^0.1.0",
"@webauthn/client": "^0.1.3",
"http-server": "^0.11.1",
"webpack": "^4.35.0",
"webpack-cli": "^3.3.4",
"http-server": "^0.11.1"
"webpack-cli": "^3.3.4"
},
"scripts": {
"build-dev": "webpack --mode=development --watch",
Expand Down
6 changes: 3 additions & 3 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"packages": [
"packages/*",
"example/*"
"example/*",
"packages/*"
],
"version": "0.0.0"
"version": "0.1.3"
}
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webauthn/client",
"version": "0.1.2",
"version": "0.1.3",
"main": "dist/main.js",
"module": "src/index.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webauthn/server",
"version": "0.1.1",
"version": "0.1.3",
"main": "src/index.js",
"license": "Apache-2.0",
"repository": {
Expand Down

0 comments on commit a0a9c8e

Please sign in to comment.