Skip to content

Commit

Permalink
chore: 🔧 Conform package configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
mimarz committed Dec 9, 2024
1 parent 2cfd56e commit 2726ddc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 1 addition & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,11 @@
},
"homepage": "https://github.com/digdir/designsystemet/tree/main/scripts/cli",
"license": "MIT",
"type": "module",
"main": "./dist/src/index.js",
"files": [
"./dist/**"
],
"bin": "dist/bin/designsystemet.js",
"type": "module",
"exports": {
".": {
"import": "./dist/src/index.js"
Expand Down
1 change: 1 addition & 0 deletions packages/css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"url": "git+https://github.com/digdir/designsystemet.git"
},
"license": "MIT",
"type": "module",
"exports": {
".": "./dist/src/index.css",
"./*": "./dist/src/*"
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "@digdir/designsystemet-react",
"type": "module",
"version": "1.0.0-next.40",
"description": "React components for Designsystemet",
"author": "Designsystemet team",
Expand All @@ -10,7 +9,7 @@
},
"homepage": "https://github.com/digdir/designsystemet/tree/main/packages/react",
"license": "MIT",
"types": "dist/types/index.d.ts",
"type": "module",
"exports": {
".": {
"types": "./dist/types/index.d.ts",
Expand All @@ -24,6 +23,7 @@
"types": "./dist/react-types.d.ts"
}
},
"types": "dist/types/index.d.ts",
"sideEffects": false,
"files": [
"dist/**"
Expand Down
1 change: 1 addition & 0 deletions packages/theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
},
"homepage": "https://github.com/digdir/designsystemet/tree/main/packages/theme",
"license": "MIT",
"type": "module",
"exports": {
".": "./brand/digdir.css",
"./*": "./brand/*"
Expand Down

0 comments on commit 2726ddc

Please sign in to comment.