From 54a2c9e534ac890d2757d7331dc075f71bd21a56 Mon Sep 17 00:00:00 2001 From: Maxime Thirouin Date: Tue, 3 May 2016 14:52:38 +0200 Subject: [PATCH] package.json: update repo url to recent rename Should close #18 since that the only reference left (except the one in the README that mention the change of the name). --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b4c1445d..8270fbc4 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "react native svg library", "repository": { "type": "git", - "url": "https://github.com/magicismight/react-native-art-svg" + "url": "https://github.com/magicismight/react-native-svg" }, "license": "MIT", "main": "./index.js",