Skip to content

Commit 70e34ff

Browse files
committed
Resetting package fields for development
1 parent 91aa7b2 commit 70e34ff

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

package.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
"keywords": [
3333
"matrix-org"
3434
],
35-
"main": "./lib/index.js",
36-
"browser": "./lib/browser-index.js",
35+
"main": "./src/index.ts",
36+
"browser": "./src/browser-index.ts",
3737
"matrix_src_main": "./src/index.ts",
3838
"matrix_src_browser": "./src/browser-index.ts",
3939
"matrix_lib_main": "./lib/index.js",
@@ -168,6 +168,5 @@
168168
"no-rust-crypto": {
169169
"src/rust-crypto/index.ts$": "./src/rust-crypto/browserify-index.ts"
170170
}
171-
},
172-
"typings": "./lib/index.d.ts"
171+
}
173172
}

0 commit comments

Comments
 (0)