Skip to content

Commit

Permalink
chore(cli): give yarn the lockfile it wants
Browse files Browse the repository at this point in the history
  • Loading branch information
Barsnes committed Aug 30, 2024
1 parent 1caae92 commit fdd17e6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@
"files": [
"./dist/**"
],
"bin": {
"designsystemet": "dist/bin/designsystemet.js"
},
"bin": "dist/bin/designsystemet.js",
"exports": {
"./color": {
"types": "./dist/types/src/colors/index.d.ts",
Expand Down

0 comments on commit fdd17e6

Please sign in to comment.