Skip to content

Commit 29b2180

Browse files
committed
chore: bump version to 0.1.19
1 parent 3616078 commit 29b2180

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
{
22
"name": "@moneydevkit/api-contract",
3-
"version": "0.1.18",
3+
"version": "0.1.19",
44
"description": "API Contract for moneydevkit",
55
"main": "./dist/index.cjs",
66
"module": "./dist/index.js",
77
"types": "./dist/index.d.ts",
88
"type": "module",
9-
"files": ["dist"],
9+
"files": [
10+
"dist"
11+
],
1012
"exports": {
1113
".": {
1214
"import": {

0 commit comments

Comments
 (0)