We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57fc88f commit 3a4d145Copy full SHA for 3a4d145
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@dailydotdev/node-common",
3
- "version": "0.0.3",
+ "version": "0.0.4",
4
"description": "Shared packages for daily.dev Node.js projects",
5
"license": "AGPL-3.0",
6
"repository": {
@@ -23,7 +23,9 @@
23
}
24
25
},
26
- "files": ["dist"],
+ "files": [
27
+ "dist"
28
+ ],
29
"scripts": {
30
"build": "tsup && cp -r src/types dist",
31
"dev": "tsup --watch",
0 commit comments