@digibib/deichman-ui
Advanced tools
Comparing version 5.2.0 to 6.0.0
{ | ||
"name": "@digibib/deichman-ui", | ||
"version": "5.2.0", | ||
"version": "6.0.0", | ||
"description": "Deichman style-guide and component library", | ||
@@ -14,4 +14,5 @@ "main": "dist/index.js", | ||
"start": "STORYBOOK_ENV=dev start-storybook -s ./public -p 9001", | ||
"build": "rollup -c", | ||
"build:css": "postcss src/**/*.css -o src/styles.css", | ||
"build": "npm run build:modern && npm run build:legacy", | ||
"build:modern": "rollup --config rollup.config.js", | ||
"build:legacy": "rollup --config rollup.config.legacy.js", | ||
"prepublish": "rm -rf ./dist && npm run build", | ||
@@ -18,0 +19,0 @@ "build-storybook": "build-storybook -s ./public", |
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
715929
3652