From c965ccd65cdd8054b287dcd290f0273a24ec099f Mon Sep 17 00:00:00 2001 From: Luke Colburn Date: Mon, 20 Mar 2017 15:06:09 -0500 Subject: [PATCH] update bower config and package.json for repo move --- bower.json | 2 +- package.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bower.json b/bower.json index 9cb8a68..4cc4404 100644 --- a/bower.json +++ b/bower.json @@ -2,7 +2,7 @@ "name": "angular-nps", "homepage": "https://github.com/sigaostudios/angular-nps", "description": "Angular Net Promoter System feedback form directive", - "version": "1.0.0", + "version": "1.0.1", "main": [ "dist/js/angular-nps.js", "dist/css/angular-nps.css" diff --git a/package.json b/package.json index c324213..27a5d8b 100644 --- a/package.json +++ b/package.json @@ -12,14 +12,14 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/sigaostudiosllc/angular-nps.git" + "url": "git+https://github.com/sigaostudios/angular-nps.git" }, "author": "Sigao Studios, LLC.", "license": "MIT", "bugs": { - "url": "https://github.com/sigaostudiosllc/angular-nps/issues" + "url": "https://github.com/sigaostudios/angular-nps/issues" }, - "homepage": "https://github.com/sigaostudiosllc/angular-nps#readme", + "homepage": "https://github.com/sigaostudios/angular-nps#readme", "devDependencies": { "angular": "^1.5.8", "angular-mocks": "^1.5.8",