Skip to content

Commit

Permalink
chore: formatted package.json
Browse files Browse the repository at this point in the history
Signed-off-by: Antonette Caldwell <[email protected]>
  • Loading branch information
nebula-aac committed Sep 14, 2023
1 parent 6f4fce7 commit 35807fe
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,20 +32,6 @@
"vite": "^4.4.5",
"vite-plugin-dts": "^3.5.3"
},
"publishConfig": {
"access": "public",
"exports": {
".": {
"node": "./dist/index.js",
"require": "./dist/index.js",
"import": "./dist/index.js",
"default": "./dist/index.js"
}
},
"main": "dist/index.cjs",
"module": "dist/index.js",
"types": "./dist/index.d.ts"
},
"peerDependencies": {
"react": "*"
},
Expand All @@ -62,5 +48,19 @@
"react": {
"optional": true
}
},
"publishConfig": {
"access": "public",
"exports": {
".": {
"node": "./dist/index.js",
"require": "./dist/index.js",
"import": "./dist/index.js",
"default": "./dist/index.js"
}
},
"main": "dist/index.cjs",
"module": "dist/index.js",
"types": "./dist/index.d.ts"
}
}

0 comments on commit 35807fe

Please sign in to comment.