Skip to content

Commit

Permalink
Simplified dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mdrideout committed Sep 5, 2018
1 parent 437ed73 commit 1ce33f7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 133 deletions.
127 changes: 0 additions & 127 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"description": "Scrapes all urls from an xml sitemap, or an array of xml sitemaps, including nested xml sitemaps.",
"main": "index.js",
"scripts": {
"test": "mocha",
"start": "node index.js"
},
"repository": {
Expand All @@ -14,7 +13,7 @@
"keywords": [
"xml",
"sitemap",
"scrape"
"scraper"
],
"author": "Matthew Rideout <[email protected]> (https://github.com/boon4376)",
"license": "MIT",
Expand All @@ -24,10 +23,8 @@
"homepage": "https://github.com/boon4376/xml-sitemap-url-scraper#readme",
"devDependencies": {
"babel-eslint": "^9.0.0",
"chai": "^4.1.2",
"eslint": "^5.5.0",
"eslint-plugin-flowtype": "^2.50.0",
"mocha": "^5.2.0"
"eslint-plugin-flowtype": "^2.50.0"
},
"dependencies": {
"axios": "^0.18.0",
Expand Down
1 change: 0 additions & 1 deletion test/test.js

This file was deleted.

0 comments on commit 1ce33f7

Please sign in to comment.