Skip to content

Commit 1330af3

Browse files
added exports..
1 parent 9196bd9 commit 1330af3

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ratio-solver",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"scripts": {
55
"dev": "vite",
66
"build": "vite build",
@@ -20,8 +20,8 @@
2020
"vite": "^3.1.9",
2121
"vite-plugin-vuetify": "^1.0.0-alpha.12"
2222
},
23-
"exports": [
24-
"./src/solver.js",
25-
"./src/solverD3.js"
26-
]
23+
"exports": {
24+
".": "./solver.js",
25+
"./D3": "./solverD3.json"
26+
}
2727
}

extern/plexa

Submodule plexa updated 1 file

0 commit comments

Comments
 (0)