cedar-button
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -83,7 +83,7 @@ (function webpackUniversalModuleDefinition(root, factory) { | ||
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_0__cdrButton__ = __webpack_require__(1); | ||
/* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "CdrA", function() { return __WEBPACK_IMPORTED_MODULE_0__cdrButton__["a"]; }); | ||
/* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "CdrButton", function() { return __WEBPACK_IMPORTED_MODULE_0__cdrButton__["a"]; }); | ||
function install(Vue) { | ||
Vue.component('cdr-a', __WEBPACK_IMPORTED_MODULE_0__cdrButton__["a" /* default */]); | ||
Vue.component('cdr-button', __WEBPACK_IMPORTED_MODULE_0__cdrButton__["a" /* default */]); | ||
} | ||
@@ -90,0 +90,0 @@ |
{ | ||
"name": "cedar-button", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "REI Cedar Style Framework - Vue Component for Button", | ||
@@ -5,0 +5,0 @@ "homepage": "https://rei.github.io/rei-cedar/#cdr-button", |
@@ -1,5 +0,5 @@ | ||
import CdrA from './cdrButton'; | ||
import CdrButton from './cdrButton'; | ||
function install(Vue) { | ||
Vue.component('cdr-a', CdrA); | ||
Vue.component('cdr-button', CdrButton); | ||
} | ||
@@ -13,2 +13,2 @@ | ||
export { CdrA }; | ||
export { CdrButton }; |
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
834034