Skip to content

Commit

Permalink
fix: correct repo url
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgoucher committed Sep 12, 2016
1 parent 139ea61 commit eb2070c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,5 +1,5 @@
{
"name": "eslint-plugin-loosely-restrict-imports",
"name": "@concur/eslint-plugin-loosely-restrict-imports",
"version": "0.0.2",
"description": "Loosely restrict ES6 imports",
"keywords": [
Expand All @@ -15,7 +15,7 @@
},
"repository": {
"type": "git",
"url": "git://github.com/concur/react-datepicker.git"
"url": "git://github.com/mattgoucher/eslint-plugin-loosely-restrict-imports.git"
},
"dependencies": {
"requireindex": "~1.1.0"
Expand Down

0 comments on commit eb2070c

Please sign in to comment.