Skip to content

Commit

Permalink
updated test server in chapter 4
Browse files Browse the repository at this point in the history
  • Loading branch information
tigoe committed May 13, 2017
1 parent 091b58c commit e38daa1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions 3rd_edition/chapter4/TestHttpServer/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "test-http-server",
"version": "0.1.0",
"description": "a simple express.js test server",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/tigoe/MakingThingsTalk2/"
},
"author": "Tom Igoe",
"license": "ISC"
}
File renamed without changes.

0 comments on commit e38daa1

Please sign in to comment.