refactor: move sweeper logic to its own directory

This commit is contained in:
Mrugesh Mohapatra
2018-12-05 00:21:44 +05:30
committed by mrugesh mohapatra
parent 940cfc850f
commit 28df02fde0
32 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
{
"name": "automation",
"name": "@freecodecamp/sweeper",
"version": "1.0.0",
"description": "Github bots and crawlers for FCC\r # github-bots",
"description": "freeCodeCamp.org's tools for helping maintain its Open Source codebase",
"main": "index.js",
"dependencies": {
"@octokit/rest": "^15.18.0",
@ -22,12 +22,12 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/RandellDawson/automation.git"
"url": "git+https://github.com/freeCodeCamp/github-tools.git"
},
"author": "",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/RandellDawson/automation/issues"
"url": "https://github.com/freeCodeCamp/github-tools/issues"
},
"homepage": "https://github.com/RandellDawson/automation#readme"
"homepage": "https://github.com/freeCodeCamp/github-tools#readme"
}