object-fit-images
Advanced tools
Comparing version 2.3.0 to 2.3.1
{ | ||
"name": "object-fit-images", | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
"description": "Adds support to object-fit to images on IE9, IE10, IE11, Edge and other old browsers.", | ||
@@ -29,19 +29,27 @@ "license": "MIT", | ||
], | ||
"main": "dist/ofi.common-js.js", | ||
"files": [ | ||
"dist/ofi.common-js.js" | ||
"dist/ofi.common-js.js", | ||
"dist/ofi.es-modules.js" | ||
], | ||
"main": "dist/ofi.common-js.js", | ||
"jsnext:main": "dist/ofi.es-modules.js", | ||
"scripts": { | ||
"build": "bfred-npm-bundler ofi objectFitImages", | ||
"count-bytes": "npm run build; gzip-size dist/ofi.browser.js", | ||
"demo": "browser-sync start --server --index 'demo.html' --files '*'", | ||
"prepublish": "npm run build", | ||
"autofix": "xo --fix", | ||
"test": "xo" | ||
"build:js": "bfred-npm-bundler ofi objectFitImages", | ||
"build:size": "gzip-size dist/ofi.browser.js", | ||
"build": "npm-run-all --silent jsfix build:*", | ||
"jsfix": "xo --fix", | ||
"watch:server": "browser-sync start --startPath demo --no-ghost-mode --reload-delay 300 --server --files 'dist/*.browser.js,demo/**'", | ||
"watch:build": "onchange 'index.js' --initial -- npm run build -- --continue-on-error", | ||
"watch": "npm-run-all --parallel --silent watch:*", | ||
"prepublish": "xo; npm run build", | ||
"test": "xo; npm run build" | ||
}, | ||
"devDependencies": { | ||
"bfred-npm-bundler": "^5.0.0", | ||
"browser-sync": "^2.11.2", | ||
"bfred-npm-bundler": "^5.1.0", | ||
"browser-sync": "^2.12.5", | ||
"gzip-size-cli": "^1.0.0", | ||
"npm-run-all": "^1.8.0", | ||
"onchange": "^2.4.0", | ||
"uglify-js": "^2.6.2", | ||
"xo": "^0.13.0" | ||
"xo": "^0.14.0" | ||
}, | ||
@@ -48,0 +56,0 @@ "xo": { |
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
16668
6
225
7
128