@planet/react-globe
Advanced tools
Comparing version 2.0.0-beta.2 to 2.0.0
@@ -50,9 +50,13 @@ import Globe from '../src/index'; | ||
<p> | ||
<a onClick={this.makeSmaller}>﹣</a> | ||
<a onClick={this.makeSmaller} id="make-smaller"> | ||
﹣ | ||
</a> | ||
resize | ||
<a onClick={this.makeBigger}>﹢</a> | ||
<a onClick={this.makeBigger} id="make-bigger"> | ||
﹢ | ||
</a> | ||
</p> | ||
<ul> | ||
<li> | ||
<a onClick={() => this.recenter([151.2, -33.9])}> | ||
<a onClick={() => this.recenter([151.2, -33.9])} id="syndey"> | ||
Sydney, Australia | ||
@@ -59,0 +63,0 @@ </a> |
{ | ||
"name": "@planet/react-globe", | ||
"version": "2.0.0-beta.2", | ||
"version": "2.0.0", | ||
"description": "A React Globe Component", | ||
@@ -9,3 +9,5 @@ "license": "Apache-2.0", | ||
"lint": "eslint src example", | ||
"test": "npm run lint", | ||
"pretest": "npm run lint", | ||
"test": "npm run build:example #TODO: npm run test:integration", | ||
"test:integration": "node test/integration/run.js", | ||
"start": "webpack-dev-server --config example/webpack.config.js", | ||
@@ -38,2 +40,3 @@ "build": "babel src --out-dir lib && eslint lib --fix", | ||
"babili-webpack-plugin": "^0.1.2", | ||
"detect-port": "^1.2.1", | ||
"eslint": "^4.7.2", | ||
@@ -43,2 +46,6 @@ "eslint-config-planet": "^15.1.0", | ||
"html-webpack-plugin": "^2.30.1", | ||
"node-static": "^0.7.10", | ||
"pixelmatch": "^4.0.2", | ||
"pngjs": "^3.3.0", | ||
"puppeteer": "^0.11.0", | ||
"react": "^16.0.0", | ||
@@ -45,0 +52,0 @@ "react-dom": "^16.0.0", |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
61994
543
1
19