File tree Expand file tree Collapse file tree 4 files changed +939
-898
lines changed
Expand file tree Collapse file tree 4 files changed +939
-898
lines changed Load Diff This file was deleted.
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 1- yarnPath : .yarn/releases/yarn-4.2.2 .cjs
1+ yarnPath : .yarn/releases/yarn-4.8.1 .cjs
22nodeLinker : node-modules
Original file line number Diff line number Diff line change 11{
22 "name" : " @rolemodel/optics" ,
3- "version" : " 2.1.2 " ,
4- "packageManager" : " yarn@4.2.2 " ,
3+ "version" : " 2.1.3 " ,
4+ "packageManager" : " yarn@4.8.1 " ,
55 "description" : " Optics is a css package that provides base styles and components that can be integrated and customized in a variety of projects." ,
66 "main" : " dist/css/optics.css" ,
77 "scripts" : {
1010 "build:css" : " postcss src/optics.css -o dist/css/optics.css" ,
1111 "build:css-min" : " postcss src/optics.css -o dist/css/optics.min.css --env=minify" ,
1212 "build:tokens" : " node build_token_json --source=src/core/tokens --output=dist/tokens/tokens.json" ,
13- "build:files" : " mkdir -p dist/css/addons; cp LICENSE README.md package.json dist/; cp -r src/addons dist/css" ,
13+ "build:files" : " mkdir -p dist/css/addons; cp LICENSE README.md package.json dist/; cp -rL src/addons src/core src/components dist/css" ,
1414 "storybook" : " storybook dev -p 6006 --docs" ,
1515 "build-storybook" : " storybook build --docs" ,
1616 "lint" : " yarn lint:js && yarn lint:css" ,
You can’t perform that action at this time.
0 commit comments