@cerebral/vue
Advanced tools
Comparing version 1.0.0-1504950403186 to 1.0.0-1504962746906
{ | ||
"name": "@cerebral/vue", | ||
"version": "1.0.0-1504950403186", | ||
"version": "1.0.0-1504962746906", | ||
"description": "Vue.js view for Cerebral", | ||
@@ -17,3 +17,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"cerebral": "^2.2.0-1504950403186" | ||
"cerebral": "^2.2.0-1504962746906" | ||
}, | ||
@@ -20,0 +20,0 @@ "scripts": { |
@@ -17,2 +17,5 @@ # @cerebral/vue | ||
foo: 'bar' | ||
}, | ||
signals: { | ||
clicked: [] | ||
} | ||
@@ -24,4 +27,3 @@ }) | ||
components: { | ||
container: Container(controller), | ||
'my-component': MyComponent | ||
container: Container(controller) | ||
} | ||
@@ -65,2 +67,5 @@ }) | ||
foo: 'bar' | ||
}, | ||
signals: { | ||
clicked: [] | ||
} | ||
@@ -67,0 +72,0 @@ }) |
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
23870
79