@cerebral/inferno
Advanced tools
Comparing version 3.0.0-1513677765675 to 3.0.0-1513706056817
@@ -60,4 +60,4 @@ 'use strict'; | ||
_createClass(BaseComponent, [{ | ||
key: 'componentWillMount', | ||
value: function componentWillMount() { | ||
key: 'componentDidMount', | ||
value: function componentDidMount() { | ||
this.view.mount(); | ||
@@ -64,0 +64,0 @@ } |
{ | ||
"name": "@cerebral/inferno", | ||
"version": "3.0.0-1513677765675", | ||
"version": "3.0.0-1513706056817", | ||
"description": "Inferno view for Cerebral", | ||
@@ -20,3 +20,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"cerebral": "^4.0.0-1513677765675" | ||
"cerebral": "^4.0.0-1513706056817" | ||
}, | ||
@@ -23,0 +23,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
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
22690