@hero_666/web_vueui
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "@hero_666/web_vueui", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "the UI library of vue", | ||
"main": "dist/vueUI.js", | ||
"module":"dist/vueUI.js", | ||
"typings":"src/index.ts", | ||
"module": "dist/vueUI.js", | ||
"typings": "src/index.ts", | ||
"files": [ | ||
@@ -13,3 +13,3 @@ "dist/vueUI.js", | ||
], | ||
"keywords":[ | ||
"keywords": [ | ||
"vueUI" | ||
@@ -23,3 +23,4 @@ ], | ||
"docs:dev": "vuepress dev docs", | ||
"docs:build": "vuepress build docs" | ||
"docs:build": "vuepress build docs", | ||
"docs:copy": "node build/buildDocs.js" | ||
}, | ||
@@ -52,2 +53,3 @@ "repository": { | ||
"chalk": "^2.0.1", | ||
"copy-dir": "^1.2.0", | ||
"copy-webpack-plugin": "^4.0.1", | ||
@@ -54,0 +56,0 @@ "cross-env": "^6.0.0", |
@@ -26,2 +26,2 @@ # vueUI | ||
[the description document(chinese)]() | ||
[the description document(chinese)](https://greatweber.github.io/vueUI/dist/docs/) |
@@ -71,3 +71,3 @@ | ||
const version = '1.0.2'; | ||
const version = '1.0.3'; | ||
const install = (Vue,config={})=>{ | ||
@@ -74,0 +74,0 @@ Vue.prototype.vueUIConfig = config; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
376841
0
49