@adyen/bento-design-tokens
Advanced tools
Comparing version 1.29.0 to 1.30.0-rc.2
{ | ||
"name": "@adyen/bento-design-tokens", | ||
"version": "1.29.0", | ||
"license": "MIT", | ||
"files": [ | ||
"dist/css", | ||
"dist/js", | ||
"dist/scss", | ||
"dist/scss-map" | ||
], | ||
"scripts": { | ||
"build": "npm run build:dev", | ||
"build:dev": "ts-node ./src/build.ts", | ||
"clean": "npm run clean:build", | ||
"clean:build": "rm -rf ./dist", | ||
"dev": "npm run watch", | ||
"watch": "npm run clean && ts-node ./src/watch.ts" | ||
}, | ||
"devDependencies": { | ||
"chokidar": "4.0.1", | ||
"style-dictionary": "3.7.0", | ||
"yaml": "2.3.1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git@github.com:Adyen/bento.git" | ||
} | ||
} | ||
"name": "@adyen/bento-design-tokens", | ||
"version": "1.30.0-rc.2", | ||
"license": "MIT", | ||
"files": [ | ||
"dist/css", | ||
"dist/js", | ||
"dist/scss", | ||
"dist/scss-map", | ||
"dist/storybook/es6-array.js" | ||
], | ||
"devDependencies": { | ||
"chokidar": "4.0.1", | ||
"style-dictionary": "3.7.0", | ||
"yaml": "2.3.1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git@github.com:Adyen/bento.git" | ||
}, | ||
"scripts": { | ||
"build": "pnpm run build:dev", | ||
"build:dev": "ts-node ./src/build.ts", | ||
"clean": "pnpm run clean:build", | ||
"clean:build": "rm -rf ./dist", | ||
"dev": "pnpm run watch", | ||
"watch": "pnpm run clean && ts-node ./src/watch.ts" | ||
} | ||
} |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1289661
32
2