From 4b79e525aae1cd9168bead1615744597ca6303e8 Mon Sep 17 00:00:00 2001 From: jykim Date: Sun, 18 Sep 2016 15:45:30 +0900 Subject: [PATCH] change path --- bower.json | 2 +- package.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bower.json b/bower.json index 36cea2e..ba32d2c 100644 --- a/bower.json +++ b/bower.json @@ -9,7 +9,7 @@ "keywords": [ "sudoku" ], - "homepage": "https://github.com/ossas/sudokuMaker", + "homepage": "https://github.com/ossas/sudokumaker", "ignore": [ "**/.*", "node_modules", diff --git a/package.json b/package.json index fea05e8..6afc719 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/ossas/sudokuMaker.git" + "url": "https://github.com/ossas/sudokumaker.git" }, "keywords": [ "sudoku" @@ -29,9 +29,9 @@ "author": "kimorkim", "license": "MIT", "bugs": { - "url": "https://github.com/ossas/sudokuMaker/issues" + "url": "https://github.com/ossas/sudokumaker/issues" }, - "homepage": "https://github.com/ossas/sudokuMaker#readme", + "homepage": "https://github.com/ossas/sudokumaker#readme", "devDependencies": { "ava": "^0.16.0", "babel": "^6.5.2",