@clearkit/one
Advanced tools
Comparing version 0.9.1-1 to 0.9.1-2
{ | ||
"name": "@clearkit/one", | ||
"version": "0.9.1-1", | ||
"version": "0.9.1-2", | ||
"description": "ClearKit One", | ||
@@ -20,4 +20,2 @@ "main": "dist/clearkit-one.js", | ||
"@clearkit/core": "^0.1.0", | ||
"@rollup/plugin-commonjs": "^11.0.1", | ||
"@rollup/plugin-node-resolve": "^7.0.0", | ||
"classes": "^0.3.0", | ||
@@ -34,3 +32,2 @@ "npm-run-all": "^4.1.5", | ||
"quicktype": "^15.0.210", | ||
"rollup": "^1.30.1", | ||
"tailwindcss": "^1.0.5", | ||
@@ -44,10 +41,10 @@ "tailwindcss-gradients": "^2.3.0", | ||
"postcss:build": "postcss src/css/clearkit-one.css -o dist/clearkit-one.css --env production", | ||
"generate:types": "node bin/generate-types | quicktype --lang typescript -o src/theme.ts", | ||
"build:config": "rollup -c rollup.config.js", | ||
"generate:types": "node ./bin/resolve-theme | quicktype --lang typescript -o src/theme.ts", | ||
"config:build": "node ./bin/resolve-theme > dist/clearkit-one.js && echo \"module.exports = $(cat dist/clearkit-one.js)\" > dist/clearkit-one.js", | ||
"clean": "rm -rf dist .cache", | ||
"start": "npm-run-all -s clean -p postcss:watch docs", | ||
"build": "npm-run-all -s clean build:config postcss:build eleventy", | ||
"build": "npm-run-all -s clean postcss:build config:build eleventy", | ||
"eleventy": "eleventy", | ||
"docs": "eleventy --serve", | ||
"prepare": "npm-run-all postcss:build" | ||
"prepare": "npm-run-all build" | ||
}, | ||
@@ -54,0 +51,0 @@ "repository": { |
@@ -6,2 +6,2 @@ import { Theme } from "./theme" | ||
declare const theme: Theme | ||
export { theme }; | ||
export default theme; |
Sorry, the diff of this file is too big to display
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
17
1257300
53780