image-promise
Advanced tools
Comparing version 5.0.0 to 5.0.1
@@ -1,2 +0,2 @@ | ||
/*! npm.im/image-promise 5.0.0 */ | ||
/*! npm.im/image-promise 5.0.1 */ | ||
'use strict'; | ||
@@ -3,0 +3,0 @@ |
@@ -1,2 +0,2 @@ | ||
/*! npm.im/image-promise 5.0.0 */ | ||
/*! npm.im/image-promise 5.0.1 */ | ||
function load(image) { | ||
@@ -3,0 +3,0 @@ if (!image) { |
{ | ||
"name": "image-promise", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"description": "Load one or more images, return a promise. Only 0.4KB, for the browser, no dependencies.", | ||
@@ -29,4 +29,2 @@ "license": "MIT", | ||
"main": "dist/image-promise.common-js.js", | ||
"module": "dist/image-promise.es-modules.js", | ||
"jsnext:main": "dist/image-promise.es-modules.js", | ||
"scripts": { | ||
@@ -41,4 +39,2 @@ "build:js": "bfred-npm-bundler image-promise loadImage", | ||
"test": "npm run build", | ||
"test:build": "npm run build", | ||
"test:intern": "node tests/launch.js", | ||
"intern:chrome": "intern-runner config=tests/chrome", | ||
@@ -48,5 +44,4 @@ "intern:browserstack": "intern-runner config=tests/intern" | ||
"devDependencies": { | ||
"bfred-npm-bundler": "^8.0.3", | ||
"bfred-npm-bundler": "^8.1.0", | ||
"intern": "^3.4.2", | ||
"is-travis": "^1.0.0", | ||
"npm-run-all": "^4.0.2", | ||
@@ -53,0 +48,0 @@ "onchange": "^3.2.1", |
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
5
7319