Skip to content

Commit

Permalink
Merge pull request #1414 from theotheo/patch-1
Browse files Browse the repository at this point in the history
Fix: "types" added to export parameters
  • Loading branch information
afshinm authored Mar 3, 2024
2 parents d9d6407 + 3ec3e98 commit df24682
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 df24682

Please sign in to comment.