Skip to content

Commit 1361004

Browse files
author
Shaun Hare
committed
Merge remote-tracking branch 'upstream/master'
2 parents a9946ba + 7207faf commit 1361004

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
@@ -7,7 +7,7 @@ An API for storing users, teams, hacks, challenges and sponsors
77

88
## Running the Server
99

10-
This API is written in TypeScript with an Express server using Mongoose for data storage in MongoDB.
10+
This API is written in TypeScript with [hapi.js](https://hapijs.com/) using Mongoose for data storage in MongoDB.
1111

1212
### Prerequisites
1313

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "hack24-api",
33
"description": "Hack24 Application",
4-
"version": "1.0.0-0",
4+
"version": "1.0.1",
55
"private": true,
66
"engines":{
77
"node":"6.9.5"

0 commit comments

Comments
 (0)