inferno-component
Advanced tools
Comparing version 0.7.9 to 0.7.10
{ | ||
"name": "inferno-component", | ||
"version": "0.7.9", | ||
"version": "0.7.10", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "Provides ES2015 stateful components (with lifecycle events) to Inferno", |
@@ -16,4 +16,5 @@ # inferno-component | ||
``` | ||
const Component = InfernoComponent; | ||
```js | ||
import Inferno from 'inferno'; | ||
import Component from 'inferno-component'; | ||
@@ -20,0 +21,0 @@ class MyComponent extends Component { |
1105
29