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 e574c02 commit 332f8b9Copy full SHA for 332f8b9
index.ts
@@ -0,0 +1 @@
1
+export * from './src/indexer';
package.json
@@ -1,15 +1,18 @@
{
2
"name": "@magiceden-oss/runestone-lib",
3
- "version": "0.1.0",
+ "version": "0.1.1",
4
"description": "",
5
"main": "./dist/index.js",
6
- "types": "./src/index.d.ts",
+ "types": "./dist/index.d.ts",
7
"type": "module",
8
"scripts": {
9
"test": "jest",
10
"build": "tsc -p tsconfig.json",
11
"start": "node index.js"
12
},
13
+ "files": [
14
+ "dist"
15
+ ],
16
"keywords": [],
17
"author": "",
18
"license": "ISC",
src/index.ts
0 commit comments