We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abab0e8 commit ed5d38aCopy full SHA for ed5d38a
1 file changed
packages/neaps/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "neaps",
3
- "version": "0.1.0",
+ "version": "0.1.1",
4
"description": "Tide predictions",
5
"keywords": [
6
"tides",
@@ -18,14 +18,21 @@
18
"license": "MIT",
19
"author": "Brandon Keepers <brandon@openwaters.io>",
20
"type": "module",
21
- "main": "src/index.ts",
22
- "scripts": {
23
- "build": "tsdown",
24
- "prepack": "npm run build"
+ "main": "dist/index.cjs",
+ "exports": {
+ ".": {
+ "types": "./dist/index.d.ts",
25
+ "import": "./dist/index.js",
26
+ "require": "./dist/index.cjs"
27
+ }
28
},
29
"files": [
30
"dist"
31
],
32
+ "scripts": {
33
+ "build": "tsdown",
34
+ "prepack": "npm run build"
35
+ },
36
"dependencies": {
37
"@neaps/tide-predictor": "^0.2.0",
38
"@neaps/tide-database": "^0.0",
0 commit comments