Skip to content

Commit 685a86d

Browse files
committed
Safelist files to be added to the published package
Currently we include all files including tests, ci scripts and tooling config. See: https://npmfs.com/package/replicate/0.25.2/
1 parent ddef501 commit 685a86d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

package.json

+10
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@
88
"license": "Apache-2.0",
99
"main": "index.js",
1010
"type": "commonjs",
11+
"types": "index.d.ts",
12+
"files": [
13+
"CONTRIBUTING.md",
14+
"LICENSE",
15+
"README.md",
16+
"index.d.ts",
17+
"index.js",
18+
"lib/**/*.js",
19+
"package.json"
20+
],
1121
"engines": {
1222
"node": ">=18.0.0",
1323
"npm": ">=7.19.0",

0 commit comments

Comments
 (0)