Skip to content

Commit

Permalink
Updating paths on Readme and packagejson
Browse files Browse the repository at this point in the history
  • Loading branch information
zanaca committed Nov 22, 2015
1 parent d716bf7 commit 62f8b93
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# koa-robotstxt [![Build Status](https://travis-ci.org/zanaca/robotstxt.svg)](https://travis-ci.org/zanaca/robotstxt)
# koa-robotstxt [![Build Status](https://travis-ci.org/zanaca/koa-robotstxt.svg)](https://travis-ci.org/zanaca/koa-robotstxt)

Koa middleware for serving the robots.txt file..

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"description": "Robots.txt bounce middleware for koa",
"repository": {
"type": "git",
"url": "git+https://github.com/zanaca/robotstxt.git"
"url": "git+https://github.com/zanaca/koa-robotstxt.git"
},
"version": "1.0.5",
"version": "1.0.6",
"keywords": [
"koa",
"middleware",
Expand All @@ -31,9 +31,9 @@
"test-travis": "NODE_ENV=test node --harmony-generators ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- --require should"
},
"bugs": {
"url": "https://github.com/zanaca/robotstxt/issues"
"url": "https://github.com/zanaca/koa-robotstxt/issues"
},
"homepage": "https://github.com/zanaca/robotstxt#readme",
"homepage": "https://github.com/zanaca/koa-robotstxt#readme",
"main": "index.js",
"directories": {
"test": "test"
Expand Down

0 comments on commit 62f8b93

Please sign in to comment.