hyapp-utils
Advanced tools
Comparing version 1.0.6 to 1.0.7
@@ -1,2 +0,2 @@ | ||
import tool from './src/tools' | ||
import Tools from './src/tools' | ||
import Http from './src/http' | ||
@@ -15,5 +15,5 @@ | ||
export default { | ||
tool, | ||
Tools, | ||
Utils | ||
} | ||
{ | ||
"name": "hyapp-utils", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "'hyapp utils'", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -7,5 +7,5 @@ import isNaN from 'lodash/isNaN' | ||
const tools = Object.create(null) | ||
const Tools = Object.create(null) | ||
tools.install = (Vue, options) => { | ||
Tools.install = (Vue) => { | ||
Vue.prototype.$tools = { | ||
@@ -73,2 +73,2 @@ /** | ||
} | ||
export default 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
7642