Skip to content

Commit

Permalink
updating dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly-t committed Oct 20, 2018
1 parent 7ca8ee6 commit e55a039
Show file tree
Hide file tree
Showing 4 changed files with 228 additions and 232 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The demo focuses on the following:
The demo includes two separate implementations, with identical functionality:

* [ES6 JavaScript implementation](https://github.com/vitaly-t/pg-promise-demo/tree/master/JavaScript)
* [TypeScript 2.x implementation](https://github.com/vitaly-t/pg-promise-demo/tree/master/TypeScript)
* [TypeScript 2.x/3.x implementation](https://github.com/vitaly-t/pg-promise-demo/tree/master/TypeScript)

### Installing & Running

Expand Down
4 changes: 2 additions & 2 deletions TypeScript/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
## TypeScript 2.x implementation of pg-promise-demo
## TypeScript 2.x/3.x implementation of pg-promise-demo

### Prerequisites

* Node.js version 4.5 or later
* TypeScript 2.x, which you can install globally, via command `npm install typescript -g`
* TypeScript 2.x/3.x, which you can install globally, via command `npm install typescript -g`
* [Typings], which you can install globally, via command `npm install typings -g`

### Installation
Expand Down
Loading

0 comments on commit e55a039

Please sign in to comment.