Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@icanbwell/design-tokens

Package Overview
Dependencies
Maintainers
3
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@icanbwell/design-tokens - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

build/css/bwell/base.css

20

package.json
{
"name": "@icanbwell/design-tokens",
"version": "0.1.0",
"version": "0.1.1",
"description": "This repo contains design tokens used by b.well connected health",

@@ -10,6 +10,4 @@ "main": "index.js",

"scripts": {
"clean:style-dictionary": "style-dictionary clean",
"build:token-transformer": "token-transformer tokens/base.json build/json/tokens.json --expandShadow --expandTypography",
"build:style-dictionary": "style-dictionary build --config config.js",
"build": "npm run clean:style-dictionary && npm run build:token-transformer && npm run build:style-dictionary"
"build": "node ./src/build.js",
"format": "prettier --write ."
},

@@ -32,5 +30,13 @@ "repository": {

"devDependencies": {
"style-dictionary": "^3.7.1",
"token-transformer": "^0.0.24"
"color2k": "^2.0.0",
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"lodash": "^4.17.21",
"prettier": "2.7.1",
"reduce-css-calc": "^2.1.8",
"style-dictionary": "^3.7.1"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc