Skip to content

Commit

Permalink
Merge pull request #214 from jgravois/patch
Browse files Browse the repository at this point in the history
fix urls in package.json
  • Loading branch information
ungoldman committed Jul 28, 2015
2 parents d36fbf4 + 814b4fe commit 26fa09d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
node_modules
npm-debug.log
complexity

test/test.log.**
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"name": "Chris Helm"
},
"bugs": {
"url": "https://github.com/Esri/koop/issues"
"url": "https://github.com/koopjs/koop/issues"
},
"dependencies": {
"async": "~0.9.0",
Expand Down Expand Up @@ -44,7 +44,7 @@
"should": "~5.2.0",
"standard": "*"
},
"homepage": "https://github.com/Esri/koop",
"homepage": "https://github.com/koopjs/koop",
"keywords": [
"etl",
"feature",
Expand All @@ -59,7 +59,7 @@
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/Esri/koop.git"
"url": "git://github.com/koopjs/koop.git"
},
"scripts": {
"lint": "gulp",
Expand Down

0 comments on commit 26fa09d

Please sign in to comment.