Skip to content

Commit

Permalink
Missed package.json files in npm.
Browse files Browse the repository at this point in the history
  • Loading branch information
soukoku committed Apr 24, 2021
1 parent b2b957d commit 8ba243f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-oidc-client",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"description": "Wrapper around oidc-client-js to to better work in a Vue application with Vue Router integration.",
"author": "Eugene Wang",
"license": "MIT",
Expand All @@ -11,8 +11,10 @@
"oidc-client": "^1.11.5"
},
"files": [
"vue2/package.json",
"vue2/dist/vue-oidc*",
"vue2/src/vue-oidc*",
"vue3/package.json",
"vue3/dist/vue-oidc*",
"vue3/src/vue-oidc*",
"polyfill.js"
Expand Down

0 comments on commit 8ba243f

Please sign in to comment.