Skip to content

Commit

Permalink
Removed browser entrypoint as a hacky patch to fix typeorm#4210
Browse files Browse the repository at this point in the history
  • Loading branch information
jjhbw committed Dec 18, 2019
1 parent 0419d77 commit 4a9de4d
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions package.json
Expand Up @@ -9,18 +9,7 @@
"name": "Umed Khudoiberdiev",
"email": "pleerock.me@gmail.com"
},
"main": "./index.js",
"browser": {
"./browser/driver/postgres/PostgresDriver.js": "./browser/platform/BrowserDisabledDriversDummy.js",
"./browser/driver/oracle/OracleDriver.ts": "./browser/platform/BrowserDisabledDriversDummy.js",
"./browser/driver/mysql/MysqlDriver.js": "./browser/platform/BrowserDisabledDriversDummy.js",
"./browser/driver/sqlserver/SqlServerDriver.ts": "./browser/platform/BrowserDisabledDriversDummy.js",
"./browser/driver/mongodb/MongoDriver.js": "./browser/platform/BrowserDisabledDriversDummy.js",
"./browser/driver/mongodb/MongoQueryRunner.js": "./browser/platform/BrowserDisabledDriversDummy.js",
"./browser/entity-manager/MongoEntityManager.js": "./browser/platform/BrowserDisabledDriversDummy.js",
"./browser/repository/MongoRepository.js": "./browser/platform/BrowserDisabledDriversDummy.js",
"./index.js": "./browser/index.js"
},
"main": "./src/index.ts",
"repository": {
"type": "git",
"url": "https://github.com/typeorm/typeorm.git"
Expand Down Expand Up @@ -123,9 +112,6 @@
"lint": "tslint -p .",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 2"
},
"bin": {
"typeorm": "./cli.js"
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/typeorm",
Expand Down

0 comments on commit 4a9de4d

Please sign in to comment.