From b6cf5c7d2d7e99b4a435334811ad96e22af36ee3 Mon Sep 17 00:00:00 2001 From: Evan Schultz Date: Mon, 25 Apr 2016 09:55:10 -0400 Subject: [PATCH] chore(package): Update repo details --- package.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 454970b..f68edca 100644 --- a/package.json +++ b/package.json @@ -33,9 +33,9 @@ ], "license": "MIT", "bugs": { - "url": "https://github.com/wbuchwalter/ng2-redux/issues" + "url": "https://github.com/angular-redux/ng2-redux/issues" }, - "homepage": "https://github.com/wbuchwalter/ng2-redux#readme", + "homepage": "https://github.com/angular-redux/ng2-redux#readme", "devDependencies": { "angular2": "2.0.0-beta.14", "babel": "^5.8.12", @@ -61,9 +61,5 @@ "invariant": "^2.1.0", "lodash": "^3.10.1", "typings": "^0.7.4" - }, - "engines": { - "node": ">=5.8.0", - "npm": ">=2.0.0" } }