@bitgo-beta/statics 15.1.1-beta.1229 → 15.1.1-beta.1230
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +5 -2
- package/.mocharc.js +0 -10
- package/.prettierignore +0 -2
- package/CHANGELOG.md +0 -3943
package/package.json
CHANGED
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bitgo-beta/statics",
|
|
3
|
-
"version": "15.1.1-beta.
|
|
3
|
+
"version": "15.1.1-beta.1230",
|
|
4
4
|
"description": "dependency-free static configuration for the bitgo platform",
|
|
5
5
|
"main": "./dist/src/index.js",
|
|
6
6
|
"types": "./dist/src/index.d.ts",
|
|
7
|
+
"files": [
|
|
8
|
+
"dist"
|
|
9
|
+
],
|
|
7
10
|
"scripts": {
|
|
8
11
|
"test": "yarn unit-test",
|
|
9
12
|
"unit-test": "nyc -- mocha",
|
|
@@ -37,5 +40,5 @@
|
|
|
37
40
|
".ts"
|
|
38
41
|
]
|
|
39
42
|
},
|
|
40
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "63a34e6a921d18c02a2a97b1188d0ee6231eba96"
|
|
41
44
|
}
|
package/.mocharc.js
DELETED
package/.prettierignore
DELETED