Skip to content
This repository was archived by the owner on Jan 8, 2025. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e75f785

Browse files
authoredSep 20, 2022
Merge pull request #65 from C4IROcean/other/fix_release_pipeline
Bump to 0.3.1 / make sure dist folder is included in release
2 parents f1c69f8 + f44fdaa commit e75f785

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)
This repository has been archived.