hyapp-utils
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -1,5 +0,5 @@ | ||
import './src/tools' | ||
import tool from './src/tools' | ||
import Http from './src/http' | ||
export default class Utils { | ||
class Utils { | ||
constructor ({url, baseurl}) { | ||
@@ -14,1 +14,6 @@ this.url = url | ||
export default { | ||
tool, | ||
Utils | ||
} | ||
{ | ||
"name": "hyapp-utils", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "'hyapp utils'", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -72,3 +72,2 @@ import isNaN from 'lodash/isNaN' | ||
} | ||
Vue.use(tools) | ||
export default tools |
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
7649
193