react-game-engine
Advanced tools
Comparing version 0.3.4 to 1.0.0
@@ -424,4 +424,4 @@ module.exports = | ||
}, { | ||
key: "componentWillReceiveProps", | ||
value: function componentWillReceiveProps(nextProps) { | ||
key: "UNSAFE_componentWillReceiveProps", | ||
value: function UNSAFE_componentWillReceiveProps(nextProps) { | ||
if (nextProps.running !== this.props.running) { | ||
@@ -573,4 +573,4 @@ if (nextProps.running) this.start();else this.stop(); | ||
}, { | ||
key: "componentWillReceiveProps", | ||
value: function componentWillReceiveProps(nextProps) { | ||
key: "UNSAFE_componentWillReceiveProps", | ||
value: function UNSAFE_componentWillReceiveProps(nextProps) { | ||
if (nextProps.running !== this.props.running) { | ||
@@ -577,0 +577,0 @@ if (nextProps.running) this.start();else this.stop(); |
{ | ||
"name": "react-game-engine", | ||
"version": "0.3.4", | ||
"version": "1.0.0", | ||
"description": "A lightweight game engine for React projects", | ||
@@ -33,3 +33,3 @@ "main": "build/index.js", | ||
"peerDependencies": { | ||
"react": "*" | ||
"react": ">= 16.3.0" | ||
}, | ||
@@ -36,0 +36,0 @@ "devDependencies": { |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
41766
0