We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d7af2f commit d4e87f0Copy full SHA for d4e87f0
README.md
@@ -4,4 +4,4 @@
4
2. run `npm i`
5
3. run `node src/app1-es5/index.js` to run simple example of usage with ES5.
6
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.
+5. run `node src/app3-es6/index.js` to run simple example of usage with ES6.
package.json
@@ -27,6 +27,6 @@
27
"dependencies": {
28
"pg": "^6.1.0",
29
"reflect-metadata": "^0.1.8",
30
- "typeorm": "0.0.2-alpha.62"
+ "typeorm": "0.0.3"
31
}
32
0 commit comments