Skip to content

Commit 217b0e0

Browse files
added exports..
1 parent b24cc89 commit 217b0e0

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

client/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "ratio-solver",
3-
"version": "1.2.4",
3+
"version": "1.2.5",
4+
"main": "index.js",
45
"scripts": {
56
"dev": "vite",
67
"build": "vite build",
@@ -19,8 +20,5 @@
1920
"@vitejs/plugin-vue": "^3.0.3",
2021
"vite": "^3.1.9",
2122
"vite-plugin-vuetify": "^1.0.0-alpha.12"
22-
},
23-
"exports": {
24-
".": "./index.js"
2523
}
2624
}

0 commit comments

Comments
 (0)