Skip to content

Commit

Permalink
This should resolve #2 (Configure Logging)
Browse files Browse the repository at this point in the history
  • Loading branch information
soukoku committed Mar 1, 2019
1 parent 007b490 commit a66d866
Show file tree
Hide file tree
Showing 12 changed files with 993 additions and 631 deletions.
11 changes: 10 additions & 1 deletion dist/VueOidcAuth.common.js

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

2 changes: 1 addition & 1 deletion dist/VueOidcAuth.common.js.map

Large diffs are not rendered by default.

11 changes: 10 additions & 1 deletion dist/VueOidcAuth.umd.js

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

2 changes: 1 addition & 1 deletion dist/VueOidcAuth.umd.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/VueOidcAuth.umd.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/VueOidcAuth.umd.min.js.map

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@
"build": "vue-cli-service build"
},
"dependencies": {
"vue-oidc-client": "^0.2.7"
"vue-oidc-client": "^0.2.9"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.2.0",
"@vue/cli-plugin-eslint": "^3.2.1",
"@vue/cli-service": "^3.2.0",
"@vue/cli-plugin-babel": "^3.4.1",
"@vue/cli-plugin-eslint": "^3.4.1",
"@vue/cli-service": "^3.4.1",
"babel-polyfill": "^6.26.0",
"lint-staged": "^8.1.0",
"vue": "^2.5.21",
"lint-staged": "^8.1.5",
"vue": "^2.6.8",
"vue-router": "^3.0.2",
"vue-template-compiler": "^2.5.21"
"vue-template-compiler": "^2.6.8"
},
"eslintConfig": {
"root": true,
Expand Down
Loading

0 comments on commit a66d866

Please sign in to comment.