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",