We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ba1792 commit 18974cfCopy full SHA for 18974cf
package.json
@@ -1,8 +1,8 @@
1
{
2
"description": "",
3
"workspaces": [
4
- "./packages/radfish",
5
- "./packages/react-radfish"
+ "packages/radfish",
+ "packages/react-radfish"
6
],
7
"keywords": [],
8
"author": "",
packages/radfish/package.json
@@ -1,6 +1,11 @@
"name": "@nmfs-radfish/radfish",
"version": "1.1.1",
+ "type": "module",
+ "exports": {
+ ".": "./index.js",
+ "./storage": "./storage/index.js"
+ },
9
"main": "index.js",
10
"scripts": {
11
"test": "jest"
@@ -22,4 +27,4 @@
22
27
"jest": "^29.7.0",
23
28
"jest-environment-jsdom": "^29.7.0"
24
29
}
25
-}
30
+}
0 commit comments