Skip to content

Commit 5846520

Browse files
Merge pull request #5 from li2qi/sig
feat:ssl-pinning 修改package.json文件
2 parents 754dc1b + d0b9898 commit 5846520

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55
"main": "./index.js",
66
"files": [
77
"harmony",
8-
"package.json"
8+
"package.json",
9+
"index.d.ts",
10+
"index.js",
11+
"NativeSslPinningModule.ts"
912
],
1013
"scripts": {
1114
"test": "echo \"Error: no test specified\" && exit 1"

0 commit comments

Comments
 (0)