From 814b4fe6af1409d227461b6812001c3f0506e867 Mon Sep 17 00:00:00 2001 From: john gravois Date: Tue, 28 Jul 2015 14:22:41 -0700 Subject: [PATCH] :arrow_right::house: new repo url for package.json whoops --- .gitignore | 2 ++ package.json | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a4f04faf0..d276a4676 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ node_modules npm-debug.log complexity + +test/test.log.** \ No newline at end of file diff --git a/package.json b/package.json index 715925e52..05750887b 100644 --- a/package.json +++ b/package.json @@ -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", @@ -44,7 +44,7 @@ "should": "~5.2.0", "standard": "*" }, - "homepage": "https://github.com/Esri/koop", + "homepage": "https://github.com/koopjs/koop", "keywords": [ "etl", "feature", @@ -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",