react-dom-confetti
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -40,4 +40,4 @@ 'use strict'; | ||
_createClass(Confetti, [{ | ||
key: 'componentWillRecieveProps', | ||
value: function componentWillRecieveProps(nextProps) { | ||
key: 'componentWillReceiveProps', | ||
value: function componentWillReceiveProps(nextProps) { | ||
if (nextProps.show && !this.props.show) { | ||
@@ -44,0 +44,0 @@ (0, _domConfetti.confetti)(this.container, nextProps.config); |
{ | ||
"name": "react-dom-confetti", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "react component for dom-confetti", | ||
@@ -22,3 +22,3 @@ "main": "lib/confetti.js", | ||
"dependencies": { | ||
"dom-confetti": "0.0.2" | ||
"dom-confetti": "0.0.3" | ||
}, | ||
@@ -25,0 +25,0 @@ "files": [ |
@@ -14,3 +14,3 @@ import React, { Component } from 'react'; | ||
componentWillRecieveProps(nextProps) { | ||
componentWillReceiveProps(nextProps) { | ||
if (nextProps.show && !this.props.show) { | ||
@@ -17,0 +17,0 @@ confetti(this.container, nextProps.config); |
+ Addeddom-confetti@0.0.3(transitive)
- Removeddom-confetti@0.0.2(transitive)
Updateddom-confetti@0.0.3