Skip to content

Commit dc6ced5

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 c26c3f0 commit dc6ced5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

package.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@
77
"bugs": "https://github.com/replicate/replicate-javascript/issues",
88
"license": "Apache-2.0",
99
"main": "index.js",
10+
"types": "index.d.ts",
11+
"files": [
12+
"CONTRIBUTING.md",
13+
"LICENSE",
14+
"README.md",
15+
"index.d.ts",
16+
"index.js",
17+
"lib/**/*.js",
18+
"package.json"
19+
],
1020
"engines": {
1121
"node": ">=18.0.0",
1222
"npm": ">=7.19.0",

0 commit comments

Comments
 (0)