Skip to content

Commit

Permalink
Update repo references in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jason0x43 committed Jul 6, 2017
1 parent b535098 commit 39cc3f3
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
Expand Up @@ -4,7 +4,7 @@
"description": "Development support scripts for Intern projects.",
"repository": {
"type": "git",
"url": "https://github.com/theintern/intern-dev.git"
"url": "https://github.com/theintern/dev.git"
},
"license": "BSD-3-Clause",
"files": [
Expand All @@ -30,11 +30,11 @@
"@types/shelljs": "~0.7.1",
"ts-node": "~3.1.0"
},
"bugs": "https://github.com/theintern/intern-dev/issues",
"bugs": "https://github.com/theintern/dev/issues",
"keywords": [
"intern"
],
"homepage": "http://gitub.com/theintern/intern-dev",
"homepage": "http://gitub.com/theintern/dev",
"bin": {
"intern-dev-build": "./intern-dev-build.js",
"intern-dev-clean": "./intern-dev-clean.js",
Expand All @@ -55,4 +55,4 @@
]
}
}
}
}

0 comments on commit 39cc3f3

Please sign in to comment.