Comparing version 0.0.2-beta-0 to 0.0.2-beta-1
/*! | ||
* vue-auth v0.0.2-beta-0 | ||
* vue-auth v0.0.2-beta-1 | ||
* https://github.com/Chantouch/vue-auth | ||
@@ -4,0 +4,0 @@ * Released under the MIT License. |
/*! | ||
* vue-auth v0.0.2-beta-0 | ||
* vue-auth v0.0.2-beta-1 | ||
* https://github.com/Chantouch/vue-auth | ||
@@ -4,0 +4,0 @@ * Released under the MIT License. |
/*! | ||
* vue-auth v0.0.2-beta-0 | ||
* vue-auth v0.0.2-beta-1 | ||
* https://github.com/Chantouch/vue-auth | ||
@@ -4,0 +4,0 @@ * Released under the MIT License. |
/*! | ||
* vue-auth v0.0.2-beta-0 | ||
* vue-auth v0.0.2-beta-1 | ||
* https://github.com/Chantouch/vue-auth | ||
@@ -4,0 +4,0 @@ * Released under the MIT License. |
{ | ||
"name": "vue-auths", | ||
"version": "0.0.2-beta-0", | ||
"version": "0.0.2-beta-1", | ||
"description": "Authentication library for Vue.js", | ||
@@ -5,0 +5,0 @@ "main": "dist/vue-auth.min.js", |
@@ -37,3 +37,3 @@ [**WARNING**]: README file is currently in process of rewrite and will be released soon. | ||
import VueAxios from 'vue-axios' | ||
import VueAuthenticate from 'vue-auth' | ||
import VueAuthenticate from 'vue-auths' | ||
import axios from 'axios'; | ||
@@ -108,3 +108,3 @@ | ||
import VueAxios from 'vue-axios' | ||
import { VueAuthenticate } from 'vue-auth' | ||
import { VueAuthenticate } from 'vue-auths' | ||
import axios from 'axios'; | ||
@@ -125,3 +125,3 @@ | ||
var VueAxios = require('vue-axios') | ||
var VueAuthenticate = require('vue-auth') | ||
var VueAuthenticate = require('vue-auths') | ||
var axios = require('axios'); | ||
@@ -128,0 +128,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
156002