coemponents
Advanced tools
Comparing version 0.2.3 to 0.2.4
{ | ||
"name": "coemponents", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"license": "MIT", | ||
"main": "packages/index.js", | ||
"scripts": { | ||
"bootstrap": "lerna bootstrap", | ||
"build": "lerna run build" | ||
"build": "lerna run build && rollup -c" | ||
}, | ||
@@ -9,0 +10,0 @@ "description": "test dynamic component", |
import ACard from './ACard.vue' | ||
export { ACard } | ||
export default ACard |
import ATitle from './ATitle.vue' | ||
export { ATitle } | ||
export default ATitle |
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
458260
17
87