Skip to content

Commit

Permalink
fix: 🐛 fix naming
Browse files Browse the repository at this point in the history
fix naming
  • Loading branch information
codecret committed Aug 15, 2024
1 parent f5187a8 commit e523516
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "@manyclues/iuui",
"private": false,
"version": "0.0.7",
"version": "0.0.1",
"type": "module",
"main": "./dist/reactin.umd.cjs",
"module": "./dist/reactin.js",
"main": "./dist/iuui.umd.cjs",
"module": "./dist/iuui.js",
"publishConfig": {
":registry": "https://npm.pkg.github.com"
},
"exports": {
".": {
"import": "./dist/reactin.js",
"require": "./dist/reactin.umd.cjs"
"import": "./dist/iuui.js",
"require": "./dist/iuui.umd.cjs"
}
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ export default defineConfig({
build: {
lib: {
entry: resolve(__dirname, "lib/main.ts"),
name: "reactin",
fileName: "reactin",
name: "iuui",
fileName: "iuui",
},
//for bundle
rollupOptions: {
Expand Down

0 comments on commit e523516

Please sign in to comment.