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 d572717 commit ab45a15Copy full SHA for ab45a15
docs/index.js
@@ -0,0 +1 @@
1
+// empty file to satisfy module bundlers
docs/package.json
@@ -3,7 +3,8 @@
3
"version": "0.1.0",
4
"access": "public",
5
"description": "TypeScript descriptions of Stacks 2.0 blockchain API entities",
6
- "main": "index.d.ts",
+ "main": "index.js",
7
+ "types": "index.d.ts",
8
"scripts": {
9
"build": "npm run generate:schemas",
10
"test": "npm run build && npm run lint:json && npm run lint:yaml && npm run validate:schemas && npm run deploy:docs",
0 commit comments