Skip to content

Commit 57eff32

Browse files
committed
specify files in package.json
1 parent 249b5a5 commit 57eff32

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,8 @@
1616
"types": "lib/syncline.d.ts",
1717
"exports": {
1818
".": "./lib/index.js"
19-
}
19+
},
20+
"files": [
21+
"/lib/"
22+
]
2023
}

0 commit comments

Comments
 (0)