Skip to content

Commit

Permalink
Merge pull request #209 from duffn/duffn/fix-module-removal
Browse files Browse the repository at this point in the history
Re-add type module in package.json
  • Loading branch information
HC200ok authored Jan 29, 2023
2 parents a2a8edc + 24ab7a3 commit b5e53bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "HC200ok",
"description": "A customizable and easy-to-use data table component made with Vue.js 3.x.",
"private": false,
"version": "1.5.28",
"version": "1.5.29",
"types": "./types/main.d.ts",
"license": "MIT",
"files": [
Expand All @@ -20,6 +20,7 @@
"homepage": "https://github.com/HC200ok/vue3-easy-data-table",
"main": "./dist/vue3-easy-data-table.umd.js",
"module": "./dist/vue3-easy-data-table.es.js",
"type": "module",
"exports": {
".": {
"types": "./types/main.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"compilerOptions": {
"target": "esnext",
"useDefineForClassFields": true,
"module": "esnext",
"module": "commonjs",
"moduleResolution": "node",
"strict": true,
"jsx": "preserve",
Expand Down

0 comments on commit b5e53bd

Please sign in to comment.