@agence-webup/rgb-panel-frontend
Advanced tools
Comparing version 1.0.0 to 2.0.0
const data = require('../package.json') | ||
export default `/*! | ||
* WebupRGBPannel v${data.version} | ||
* WebupRGBPanel v${data.version} | ||
* (c) 2016-${new Date().getFullYear()} ${data.author} | ||
@@ -6,0 +6,0 @@ * Released under the MIT License. |
@@ -6,3 +6,3 @@ import banner from './banner' | ||
output: { | ||
name: 'WebupRGBPannel', | ||
name: 'WebupRGBPanel', | ||
banner | ||
@@ -9,0 +9,0 @@ }, |
import build from './build' | ||
export default Object.assign(build, { | ||
input: 'src/webup-rgb-pannel.js', | ||
input: 'src/webup-rgb-panel.js', | ||
output: Object.assign(build.output, { | ||
file: 'dist/webup-rgb-pannel.js', | ||
file: 'dist/webup-rgb-panel.js', | ||
format: 'umd' | ||
}) | ||
}) |
import build from './build.min' | ||
export default Object.assign(build, { | ||
input: 'src/webup-rgb-pannel.js', | ||
input: 'src/webup-rgb-panel.js', | ||
output: Object.assign(build.output, { | ||
file: 'dist/webup-rgb-pannel.min.js', | ||
file: 'dist/webup-rgb-panel.min.js', | ||
format: 'umd' | ||
}) | ||
}) |
{ | ||
"name": "@agence-webup/rgb-panel-frontend", | ||
"version": "1.0.0", | ||
"version": "2.0.0", | ||
"description": "Frontend for the RGB Panel project.", | ||
@@ -8,6 +8,6 @@ "main": "index.js", | ||
"clean": "rimraf dist", | ||
"prefix": "postcss src/webup-rgb-pannel.css --use=autoprefixer --output=dist/webup-rgb-pannel.css", | ||
"minify": "cleancss --level=1 --output dist/webup-rgb-pannel.min.css dist/webup-rgb-pannel.css", | ||
"prefix": "postcss src/webup-rgb-panel.css --use=autoprefixer --output=dist/webup-rgb-panel.css", | ||
"minify": "cleancss --level=1 --output dist/webup-rgb-panel.min.css dist/webup-rgb-panel.css", | ||
"build:css": "npm run prefix && npm run minify", | ||
"build:js": "rollup --watch --config build/umd.js && rollup --config build/umd.min.js", | ||
"build:js": "rollup --config build/umd.js && rollup --config build/umd.min.js", | ||
"build": "npm run clean && npm run build:js && npm run build:css", | ||
@@ -14,0 +14,0 @@ "watch:js": "onchange 'src/**/*.js' -- npm run build:js", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
113471
1435
1