Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dangell7 committed Jul 17, 2024
1 parent 976805f commit f4e9da5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"name": "jshooks-api",
"version": "1.0.2",
"description": "",
"main": "dist/npm/src/index.js",
"main": "src/index.js",
"files": [
"dist/**/*",
"src/global.d.ts"
],
"exports": {
".": "./dist/npm/src/index.js",
".": "./src/index.js",
"./globals": "./src/types/global.d.ts"
},
"scripts": {
Expand Down

0 comments on commit f4e9da5

Please sign in to comment.