Skip to content

Commit

Permalink
chore: bump npm based readme
Browse files Browse the repository at this point in the history
  • Loading branch information
remy committed Mar 17, 2017
1 parent b3d5c58 commit fd96053
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ app.use(timings.end('routing'));

See [jsonbin.org](https://jsonbin.org) for a working example. As of March 2017, the networking timings can be seen in Canary:

![Screenshot](.github/screenshot.png)
![Screenshot](https://raw.githubusercontent.com/remy/server-timings/master/.github/screenshot.png)

## Limitations

Expand Down
21 changes: 18 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,30 @@
{
"name": "server-timings",
"version": "1.0.2",
"version": "1.0.3",
"description": "Adds `Server-Timings` header",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": ["timing", "server-timing", "network", "express", "middleware"],
"keywords": [
"timing",
"server-timing",
"network",
"express",
"middleware"
],
"author": "Remy Sharp",
"license": "MIT",
"dependencies": {
"on-headers": "^1.0.1"
}
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/remy/server-timings.git"
},
"bugs": {
"url": "https://github.com/remy/server-timings/issues"
},
"homepage": "https://github.com/remy/server-timings#readme"
}

0 comments on commit fd96053

Please sign in to comment.