Skip to content

Commit 1ebcac3

Browse files
committed
Resetting package fields for development
1 parent 51a4cc5 commit 1ebcac3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"keywords": [
3333
"matrix-org"
3434
],
35-
"main": "./lib/index.js",
35+
"main": "./src/index.ts",
3636
"browser": "./lib/browser-index.ts",
3737
"matrix_src_main": "./src/index.ts",
3838
"matrix_src_browser": "./src/browser-index.ts",
@@ -143,6 +143,5 @@
143143
"outputDirectory": "coverage",
144144
"outputName": "jest-sonar-report.xml",
145145
"relativePaths": true
146-
},
147-
"typings": "./lib/index.d.ts"
146+
}
148147
}

0 commit comments

Comments
 (0)