Skip to content

Commit 1010020

Browse files
feat: update module generator to have files field
TICKET: WP-6096
1 parent 3b00373 commit 1010020

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/sdk-coin-generator/template/base/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
"description": "BitGo SDK coin library for <%= coin %>",
55
"main": "./dist/src/index.js",
66
"types": "./dist/src/index.d.ts",
7+
"files": [
8+
"dist"
9+
],
710
"scripts": {
811
"build": "yarn tsc --build --incremental --verbose .",
912
"fmt": "prettier --write .",

0 commit comments

Comments
 (0)