From 1b8352177990388fca181676babc624ee76e4fdb Mon Sep 17 00:00:00 2001 From: Aslan Date: Sun, 26 Mar 2017 19:11:10 +0400 Subject: [PATCH] fix repository url --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index ff1992462..c1c1569f6 100644 --- a/package.json +++ b/package.json @@ -11,14 +11,14 @@ }, "repository": { "type": "git", - "url": "https://github.com/Foxandxss/angular-webpack-workflow.git" + "url": "https://github.com/preboot/angularjs-webpack.git" }, "author": "Jesus Rodriguez", "license": "MIT", "bugs": { - "url": "https://github.com/Foxandxss/angular-webpack-workflow/issues" + "url": "https://github.com/preboot/angularjs-webpack/issues" }, - "homepage": "https://github.com/Foxandxss/angular-webpack-workflow", + "homepage": "https://github.com/preboot/angularjs-webpack", "dependencies": { "angular": "^1.5.0" },