Skip to content

Commit

Permalink
fix(testing): fix the repository url format
Browse files Browse the repository at this point in the history
  • Loading branch information
lastmjs committed Apr 10, 2018
1 parent da5c700 commit 34d37ea
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit 34d37ea

Please sign in to comment.