Comparing version 2.4.5 to 2.4.6
{ | ||
"name": "electrum", | ||
"version": "2.4.5", | ||
"version": "2.4.6", | ||
"description": "Electrum simplifies framework-agnostic declaration of React components.", | ||
@@ -31,3 +31,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"electrum-events": "^1.1.1", | ||
"electrum-events": "^1.1.2", | ||
"electrum-field": "^1.0.1", | ||
@@ -34,0 +34,0 @@ "electrum-store": "^1.0.7", |
@@ -206,15 +206,1 @@ # Electrum | ||
``` | ||
> Note: as of December 4 2015, Babel 6 chokes on source files with only | ||
> a _wildcard export_. See [this issue](https://phabricator.babeljs.io/T2763). | ||
> The error message is: | ||
> | ||
> _Invariant Violation: src/components.js: To get a node path the parent | ||
> needs to exist_ | ||
> | ||
> A workaround is to first import, then export: | ||
> | ||
```javascript | ||
import * as all from './all.js'; | ||
export * from './all.js'; | ||
``` |
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
118742
206
Updatedelectrum-events@^1.1.2