react-authedmine
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "react-authedmine", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Authedmine from CoinHive.com", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -6,9 +6,2 @@ import React, { Component } from 'react'; | ||
class AuthedMine extends Component { | ||
static defaultProps = { | ||
siteKey: '4JhmNo9o1xspPb3GrouihQ5N7cB0V6EQ', | ||
autoThreads: false, | ||
threads: 1, | ||
}; | ||
state = { | ||
@@ -131,2 +124,9 @@ loaded: false, | ||
AuthedMine.defaultProps = { | ||
siteKey: '4JhmNo9o1xspPb3GrouihQ5N7cB0V6EQ', | ||
autoThreads: false, | ||
threads: 1, | ||
}; | ||
export default AuthedMine; |
9474