Skip to content

Commit

Permalink
added exports..
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardodebenedictis committed Oct 2, 2023
1 parent b24cc89 commit 217b0e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "ratio-solver",
"version": "1.2.4",
"version": "1.2.5",
"main": "index.js",
"scripts": {
"dev": "vite",
"build": "vite build",
Expand All @@ -19,8 +20,5 @@
"@vitejs/plugin-vue": "^3.0.3",
"vite": "^3.1.9",
"vite-plugin-vuetify": "^1.0.0-alpha.12"
},
"exports": {
".": "./index.js"
}
}

0 comments on commit 217b0e0

Please sign in to comment.