Skip to content

Commit

Permalink
fix issue with package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
olifolkerd committed Jul 16, 2024
1 parent c01a364 commit 1d0e541
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 @@ -10,11 +10,11 @@
"require": "./dist/js/tabulator.js",
"import": "./dist/js/tabulator_esm.mjs"
},
"./dist/*.css": {
"./dist/css/*.css": {
"import": "./dist/css/*.css",
"require": "./dist/css/*.css"
},
"./dist/*.js": {
"./dist/js/*.js": {
"import": "./dist/js/*.js",
"require": "./dist/js/*.js"
}
Expand Down

0 comments on commit 1d0e541

Please sign in to comment.