Skip to content

Commit

Permalink
Fix: "types" added to export parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
theotheo authored Jan 25, 2024
1 parent 2d337e6 commit 3ec3e98
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
"browser": "./dist/gridjs.module.js",
"umd": "./dist/gridjs.umd.js",
"import": "./dist/gridjs.mjs",
"require": "./dist/gridjs.js"
"require": "./dist/gridjs.js",
"types": "./dist/index.d.ts"
},
"./legacy": {
"browser": "./dist/gridjs.production.es.min.js",
Expand Down

0 comments on commit 3ec3e98

Please sign in to comment.