Skip to content

Commit

Permalink
Adjusted entrypoint paths
Browse files Browse the repository at this point in the history
  • Loading branch information
jjhbw committed Nov 18, 2020
1 parent b25dc93 commit 966eabf
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"name": "Umed Khudoiberdiev",
"email": "pleerock.me@gmail.com"
},
"main": "./index.js",
"browser": {
"./browser/driver/aurora-data-api/AuroraDataApiDriver.js": "./browser/platform/BrowserDisabledDriversDummy.js",
"./browser/driver/cockroachdb/CockroachDriver.js": "./browser/platform/BrowserDisabledDriversDummy.js",
Expand All @@ -32,6 +31,8 @@
"./browser/platform/PlatformTools.js": "./browser/platform/BrowserPlatformTools.js",
"./index.js": "./browser/index.js"
},
"main": "./build/package/index.js",
"types": "./build/package/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/typeorm/typeorm.git"
Expand Down Expand Up @@ -149,7 +150,7 @@
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 2"
},
"bin": {
"typeorm": "./cli.js"
"typeorm": "./build/package/cli.js"
},
"funding": "https://opencollective.com/typeorm",
"collective": {
Expand All @@ -172,4 +173,4 @@
],
"reporter": "json"
}
}
}

0 comments on commit 966eabf

Please sign in to comment.