Skip to content

Commit

Permalink
fix: fix exports
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBigSasha committed Sep 1, 2023
1 parent 99a121d commit df09962
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"private": false,
"version": "1.2.1",
"packageManager": "pnpm@8.4.0",
"main": "./dist/vite-component-library-template.umd.js",
"module": "./dist/vite-component-library-template.es.js",
"main": "./dist/tbsui-ssr.umd.js",
"module": "./dist/tbsui-ssr.es.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/vite-component-library-template.es.js",
"require": "./dist/vite-component-library-template.umd.js"
"import": "./dist/tbsui-ssr.es.js",
"require": "./dist/tbsui-ssr.umd.js"
},
"./dist/style.css": "./dist/style.css"
},
Expand Down

0 comments on commit df09962

Please sign in to comment.