Skip to content

Commit 3b33237

Browse files
committed
Resetting package fields for development
1 parent b8ec62e commit 3b33237

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"keywords": [
3030
"matrix-org"
3131
],
32-
"main": "./lib/index.js",
32+
"main": "./src/index.ts",
3333
"browser": "./lib/browser-index.js",
3434
"matrix_src_main": "./src/index.ts",
3535
"matrix_src_browser": "./src/browser-index.js",
@@ -116,6 +116,5 @@
116116
"text",
117117
"json"
118118
]
119-
},
120-
"typings": "./lib/index.d.ts"
119+
}
121120
}

0 commit comments

Comments
 (0)