Skip to content

Commit d4e87f0

Browse files
author
Umed Khudoiberdiev
committed
version bump
1 parent 7d7af2f commit d4e87f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
2. run `npm i`
55
3. run `node src/app1-es5/index.js` to run simple example of usage with ES5.
66
4. run `node src/app2-es5-json-schemas/index.js` to run example of usage with ES5 + schemas defined in a JSON.
7-
5. run `node src/app2-es6/index.js` to run simple example of usage with ES6.
7+
5. run `node src/app3-es6/index.js` to run simple example of usage with ES6.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@
2727
"dependencies": {
2828
"pg": "^6.1.0",
2929
"reflect-metadata": "^0.1.8",
30-
"typeorm": "0.0.2-alpha.62"
30+
"typeorm": "0.0.3"
3131
}
3232
}

0 commit comments

Comments
 (0)