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 committed Jan 31, 2023
1 parent a163a20 commit 1c26dc0
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 @@ -32,7 +32,7 @@
"keywords": [
"matrix-org"
],
"main": "./lib/index.js",
"main": "./src/index.ts",
"browser": "./src/browser-index.ts",
"matrix_src_main": "./src/index.ts",
"matrix_src_browser": "./src/browser-index.ts",
Expand Down Expand Up @@ -143,6 +143,5 @@
"outputDirectory": "coverage",
"outputName": "jest-sonar-report.xml",
"relativePaths": true
},
"typings": "./lib/index.d.ts"
}
}

0 comments on commit 1c26dc0

Please sign in to comment.