@nordhealth/tokens
Advanced tools
Comparing version 1.0.0-alpha.3 to 1.0.0-alpha.4
{ | ||
"name": "@nordhealth/tokens", | ||
"version": "1.0.0-alpha.3", | ||
"version": "1.0.0-alpha.4", | ||
"description": "This package includes Nord Design System tokens", | ||
@@ -37,10 +37,9 @@ "author": "NordHealth <info@nordhealth.com>", | ||
"test": "npm run theo", | ||
"theo": "theo ./src/tokens.yml --setup theo.js --transform web --format custom-properties.css,scss,json,raw.json,common.js,ios.json,android.xml,md,less,styl,map.scss --dest ./src/dist", | ||
"theo:watch": "onchange -v --await-write-finish 1000 \"./src/*.yml\" \"./theo.js\" -- npm-run-all theo copy:lib copy:docs", | ||
"theo": "theo ./src/tokens.yml --transform web --format custom-properties.css,scss,json,raw.json,common.js,ios.json,android.xml,less,styl,map.scss --dest ./src/dist", | ||
"theo:watch": "onchange -v --await-write-finish 1000 \"./src/*.yml\" -- npm-run-all theo copy:lib", | ||
"copy:lib": "copyfiles --flat ./src/*.js ./src/dist/* ./lib", | ||
"copy:docs": "copyfiles --flat ./src/dist/tokens.md ../docs/src", | ||
"start": "npm-run-all theo copy:docs theo:watch", | ||
"build": "npm-run-all theo copy:lib copy:docs" | ||
"start": "npm-run-all theo theo:watch", | ||
"build": "npm-run-all theo copy:lib" | ||
}, | ||
"gitHead": "ee9a31ecf2481a8df64fbb0ac7489c0f7dfc672b" | ||
"gitHead": "adb700e3aae58434b14506f0c7820f06b6ecb1e1" | ||
} |
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
74054