bs5-lightbox
Advanced tools
Comparing version 1.3.5 to 1.3.6
{ | ||
"name": "bs5-lightbox", | ||
"version": "1.3.5", | ||
"version": "1.3.6", | ||
"author": { | ||
@@ -33,6 +33,17 @@ "name": "Travis Aaron Wagner", | ||
"scripts": { | ||
"bundle": "webpack --mode=production", | ||
"clean": "fse emptyDir --quiet dist/", | ||
"babel": "babel dist/index.esm.js -o dist/index.babel.js", | ||
"minify": "uglifyjs --compress --mangle --output dist/index.min.js -- dist/index.babel.js", | ||
"build": "run-s compile babel minify bundle", | ||
"compile": "tsc", | ||
"bundle": "webpack --mode=production", | ||
"build": "run-s compile babel bundle" | ||
"test": "jest --config jest.config.ts", | ||
"build+test": "run-s build test", | ||
"format": "prettier --write \"src/**/*.(js|ts)\"", | ||
"lint": "eslint src --ext .js,.ts", | ||
"lint:fix": "eslint src --fix --ext .js,.ts", | ||
"serve": "browser-sync start --server --files \"dist/*.css, dist/*.js, **/*.html, !node_modules/**/*.html\" --open false", | ||
"watch:ts": "npm run-s build; onchange \"src/*.ts\" -- run-s build -s", | ||
"watch": "run-p serve watch:*", | ||
"start": "run-s clean watch" | ||
}, | ||
@@ -39,0 +50,0 @@ "bundleDependencies": false, |
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
135595