Comparing version 1.1.0 to 1.1.1
@@ -34,3 +34,3 @@ const { nasaApiKey } = require('./nasa-api-key'); | ||
.hyper_main { | ||
background-image: url(${this.state.image}); | ||
background-image: url('${this.state.image}'); | ||
background-size: cover; | ||
@@ -37,0 +37,0 @@ background-color: #000; |
{ | ||
"name": "hypernasa", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "nasa picture of the day background image for hyper", | ||
@@ -19,6 +19,9 @@ "main": "index.js", | ||
"author": "Colm Seale", | ||
"contributors": { | ||
"contributors": [{ | ||
"name": "Casey Webb", | ||
"url": "https://github.com/caseyWebb" | ||
}, | ||
}, { | ||
"name": "Jack Tuck", | ||
"url": "https://github.com/jacktuck" | ||
}], | ||
"license": "MIT", | ||
@@ -25,0 +28,0 @@ "bugs": { |
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
809107