From 34d37ea530d10a3ffdbf8ab16446aee9686efe7b Mon Sep 17 00:00:00 2001 From: Jordan Last Date: Tue, 10 Apr 2018 15:51:55 -0600 Subject: [PATCH] fix(testing): fix the repository url format --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 7733692..d8ec5cf 100644 --- a/package.json +++ b/package.json @@ -19,5 +19,8 @@ "test-manual": "guesswork --entry test/index.js" }, "main": "redux-store-element.js", - "repository": "https://github.com/lastmjs/redux-store-element.git" + "repository": { + "type": "git", + "url": "https://github.com/lastmjs/redux-store-element.git" + } }