Skip to content

Commit

Permalink
fix: main entry reference
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanhaticus authored Nov 6, 2024
1 parent 299d9d2 commit ca823e0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,8 @@
"publishConfig": {
"access": "public"
},
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"exports": {
".": "./lib/index.js",
"./tsconfig.json": "./lib/tsconfig.polyfill.json"
},
"scripts": {
"build": "npm run clean && tsc && cp ./src/*.json ./lib",
"clean": "rm -rf ./lib",
Expand Down

0 comments on commit ca823e0

Please sign in to comment.