Skip to content

Commit 3a4d145

Browse files
0.0.4
1 parent 57fc88f commit 3a4d145

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dailydotdev/node-common",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "Shared packages for daily.dev Node.js projects",
55
"license": "AGPL-3.0",
66
"repository": {
@@ -23,7 +23,9 @@
2323
}
2424
}
2525
},
26-
"files": ["dist"],
26+
"files": [
27+
"dist"
28+
],
2729
"scripts": {
2830
"build": "tsup && cp -r src/types dist",
2931
"dev": "tsup --watch",

0 commit comments

Comments
 (0)