Skip to content

Commit ab45a15

Browse files
kyranjamiezone117x
authored andcommitted
fix: bundling issues
1 parent d572717 commit ab45a15

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
// empty file to satisfy module bundlers

docs/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"version": "0.1.0",
44
"access": "public",
55
"description": "TypeScript descriptions of Stacks 2.0 blockchain API entities",
6-
"main": "index.d.ts",
6+
"main": "index.js",
7+
"types": "index.d.ts",
78
"scripts": {
89
"build": "npm run generate:schemas",
910
"test": "npm run build && npm run lint:json && npm run lint:yaml && npm run validate:schemas && npm run deploy:docs",

0 commit comments

Comments
 (0)