Skip to content

Commit

Permalink
Update package.json metadata.
Browse files Browse the repository at this point in the history
  • Loading branch information
timoxley committed Mar 3, 2018
1 parent 55c0337 commit d8db075
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "standard-loader",
"version": "6.0.1",
"description": "Lint webpack builds with feross/standard.",
"description": "Lint webpack builds with standard/standard.",
"main": "index.js",
"scripts": {
"lint": "standard index.js test/index.js && echo 'code looks ok.'",
Expand Down Expand Up @@ -42,10 +42,10 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/timoxley/standard-loader.git"
"url": "git+https://github.com/standard/standard-loader.git"
},
"bugs": {
"url": "https://github.com/timoxley/standard-loader/issues"
"url": "https://github.com/standard/standard-loader/issues"
},
"homepage": "https://github.com/timoxley/standard-loader#readme"
"homepage": "https://github.com/standard/standard-loader#readme"
}

0 comments on commit d8db075

Please sign in to comment.