Updated package.json

This commit is contained in:
Paul Jickling
2019-12-31 19:25:41 -05:00
parent f920c15dc8
commit 91ea0203ec

View File

@@ -2,12 +2,13 @@
"name": "dead-links-search",
"version": "1.0.0",
"description": "A bash and Node tool to locate dead links",
"main": "get_links.js",
"main": "status.sh",
"dependencies": {
"puppeteer": "^2.0.0"
},
"devDependencies": {},
"scripts": {
"run": "bash status.sh",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {