Skip to content
This repository was archived by the owner on Jan 8, 2025. It is now read-only.

Commit f44fdaa

Browse files
committed
Bump to 0.3.1 / make sure dist folder is included in release
1 parent f1c69f8 commit f44fdaa

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "odp-sdk",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "Ocean Data Platform JavaScript SDK",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
@@ -47,5 +47,9 @@
4747
"prettier": "^2.6.2",
4848
"ts-jest": "^27.1.4",
4949
"typescript": "^4.7.2"
50-
}
50+
},
51+
"files": [
52+
"dist",
53+
"source"
54+
]
5155
}

0 commit comments

Comments
 (0)