We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b00373 commit 1010020Copy full SHA for 1010020
scripts/sdk-coin-generator/template/base/package.json
@@ -4,6 +4,9 @@
4
"description": "BitGo SDK coin library for <%= coin %>",
5
"main": "./dist/src/index.js",
6
"types": "./dist/src/index.d.ts",
7
+ "files": [
8
+ "dist"
9
+ ],
10
"scripts": {
11
"build": "yarn tsc --build --incremental --verbose .",
12
"fmt": "prettier --write .",
0 commit comments