Skip to content

Commit

Permalink
Fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
electrikmilk committed Apr 27, 2024
1 parent 29095fe commit dd8fa18
Show file tree
Hide file tree
Showing 2 changed files with 320 additions and 206 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"homepage": "https://github.com/electrikmilk/preview-shortcut#readme",
"exports": {
".": {
"import": "./dist/main.es.js",
"require": "./dist/main.cjs.js"
"import": "./dist/main.mjs",
"require": "./dist/main.mjs"
},
"./css": [
"./dist/style.css",
Expand Down Expand Up @@ -53,6 +53,6 @@
"rollup-plugin-typescript-paths": "^1.3.0",
"tslib": "^2.4.0",
"typescript": "^4.7.2",
"vite": "^2.9.9"
"vite": "5.2.10"
}
}
Loading

0 comments on commit dd8fa18

Please sign in to comment.