Skip to content

Commit

Permalink
1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Nils Lien committed Mar 13, 2019
1 parent de2b9dc commit cf629eb
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/dsb-vue-keycloak.cjs.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* vue-keycloak-js v1.0.8 */
/* vue-keycloak-js v1.0.9 */
'use strict';

function createCommonjsModule(fn, module) {
Expand Down
2 changes: 1 addition & 1 deletion dist/dsb-vue-keycloak.esm.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* vue-keycloak-js v1.0.8 */
/* vue-keycloak-js v1.0.9 */
function createCommonjsModule(fn, module) {
return module = { exports: {} }, fn(module, module.exports), module.exports;
}
Expand Down
2 changes: 1 addition & 1 deletion dist/dsb-vue-keycloak.umd.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* vue-keycloak-js v1.0.8 */
/* vue-keycloak-js v1.0.9 */
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
typeof define === 'function' && define.amd ? define(factory) :
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dsb-norge/vue-keycloak-js",
"version": "1.0.8",
"version": "1.0.9",
"author": "Nils Lien <[email protected]>",
"description": "A Keycloak plugin for Vue >= 2.x",
"main": "dist/dsb-vue-keycloak.cjs.js",
Expand Down

0 comments on commit cf629eb

Please sign in to comment.