react-tilty
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "react-tilty", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "A port of Tilt.js to a React component, since non of the others seemed to work or weren't maintained. Tilt.js is not a dependency, so this will be updated independtly.", | ||
@@ -5,0 +5,0 @@ "main": "Tilty.js", |
@@ -9,3 +9,3 @@ import React, { Component } from 'react'; | ||
componentDidMount = () => { | ||
componentDidMount() { | ||
@@ -12,0 +12,0 @@ let settings = this.props.settings || {}; |
9535