Skip to content

Commit

Permalink
Bumped to v0.4.0 and moved to github organization
Browse files Browse the repository at this point in the history
  • Loading branch information
branneman committed Feb 10, 2016
1 parent 63020df commit 315ceac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "argus-eyes",
"version": "0.3.5",
"version": "0.4.0",
"description": "A lightweight commandline tool for visual regression testing of UI components.",
"main": "bin/argus-eyes.js",
"bin": {
Expand All @@ -18,7 +18,7 @@
"engineStrict": true,
"repository": {
"type": "git",
"url": "git+https://github.com/branneman/argus-eyes.git"
"url": "git+https://github.com/arguseyes/argus-eyes.git"
},
"keywords": [
"visual regression",
Expand All @@ -36,9 +36,9 @@
],
"license": "CC-BY-4.0",
"bugs": {
"url": "https://github.com/branneman/argus-eyes/issues"
"url": "https://github.com/arguseyes/argus-eyes/issues"
},
"homepage": "https://github.com/branneman/argus-eyes#readme",
"homepage": "https://github.com/arguseyes/argus-eyes#readme",
"dependencies": {
"chalk": "^1.1.1",
"glob": "^6.0.4",
Expand Down

0 comments on commit 315ceac

Please sign in to comment.