Skip to content

Commit

Permalink
Resetting package fields for development
Browse files Browse the repository at this point in the history
  • Loading branch information
RiotRobot authored and skyka13711 committed Apr 14, 2022
1 parent edbc185 commit 2a4f5bc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"keywords": [
"matrix-org"
],
"main": "./lib/index.js",
"main": "./src/index.ts",
"browser": "./lib/browser-index.js",
"matrix_src_main": "./src/index.ts",
"matrix_src_browser": "./src/browser-index.js",
Expand Down Expand Up @@ -112,6 +112,5 @@
"coverageReporters": [
"text"
]
},
"typings": "./lib/index.d.ts"
}
}

0 comments on commit 2a4f5bc

Please sign in to comment.