Skip to content

Commit ebdd1f4

Browse files
author
Umed Khudoiberdiev
committed
updates to the latest typeorm version
1 parent 62f3d93 commit ebdd1f4

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
1. clone repository
44
2. run `npm i`
5-
3. edit `./src/index.ts` and change your database configuration (you can also change a database type, but don't forget to install specific database drivers)
5+
3. edit `ormconfig.json` and change your database configuration (you can also change a database type, but don't forget to install specific database drivers)
66
4. run `npm start`
77
5. enjoy!
88

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,13 @@
2323
"typeorm-example"
2424
],
2525
"devDependencies": {
26-
"typescript": "^2.0.2"
26+
"typescript": "^2.1.5"
2727
},
2828
"dependencies": {
29+
"@types/node": "^7.0.4",
2930
"mysql": "^2.12.0",
30-
"reflect-metadata": "^0.1.8",
31-
"typeorm": "0.0.5"
31+
"reflect-metadata": "^0.1.9",
32+
"typeorm": "0.0.8"
3233
},
3334
"scripts": {
3435
"start": "tsc && node src/index.js"

0 commit comments

Comments
 (0)