Comparing version 0.3.6 to 0.4.0
{ | ||
"name": "el-admin", | ||
"version": "0.3.6", | ||
"version": "0.4.0", | ||
"description": "Admin components using element (https://github.com/ElemeFE/element) tookit", | ||
@@ -21,2 +21,6 @@ "main": "src/index.js", | ||
"license": "ISC", | ||
"dependencies": { | ||
"inline-attachment": "^2.0.3", | ||
"simplemde": "^1.11.2" | ||
}, | ||
"peerDependencies": { | ||
@@ -27,12 +31,12 @@ "vue": ">= 2.0.0", | ||
"devDependencies": { | ||
"chai": "4.1.2", | ||
"element-ui": "^2.2.0", | ||
"eslint": "4.18.1", | ||
"eslint-config-smartprix": "^3.4.1", | ||
"mocha": "5.0.1", | ||
"sm-webpack-config": "^0.17.6", | ||
"vue": "^2.5.13", | ||
"chai": "^4.1.2", | ||
"element-ui": "^2.3.7", | ||
"eslint": "^4.19.1", | ||
"eslint-config-smartprix": "^3.4.2", | ||
"mocha": "^5.1.1", | ||
"sm-webpack-config": "^0.18.2", | ||
"vue": "^2.5.16", | ||
"vue-router": "^3.0.1", | ||
"vuex": "^3.0.1", | ||
"vutils": "^0.14.6" | ||
"vutils": "^0.14.7" | ||
}, | ||
@@ -39,0 +43,0 @@ "eslintConfig": { |
@@ -12,2 +12,3 @@ /* eslint-disable */ | ||
import SchemaForm from './SchemaForm.vue'; | ||
import ModalLink from './ModalLink.vue'; | ||
@@ -24,2 +25,3 @@ var ElAdmin = { | ||
Vue.component(SchemaForm.name, SchemaForm); | ||
Vue.component(ModalLink.name, ModalLink); | ||
} | ||
@@ -26,0 +28,0 @@ }; |
Sorry, the diff of this file is not supported yet
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
32
22101
4
+ Addedinline-attachment@^2.0.3
+ Addedsimplemde@^1.11.2
+ Addedcodemirror@6.65.7(transitive)
+ Addedcodemirror-spell-checker@1.1.2(transitive)
+ Addedinline-attachment@2.0.3(transitive)
+ Addedmarked@15.0.2(transitive)
+ Addedsimplemde@1.11.2(transitive)
+ Addedtypo-js@1.2.4(transitive)