Skip to content

Commit

Permalink
Exclusion production release
Browse files Browse the repository at this point in the history
  • Loading branch information
russellsteadman committed Jan 29, 2022
1 parent f614af4 commit 8d89d68
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions packages/exclusion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "exclusion",
"version": "0.1.0-alpha0",
"version": "0.1.0",
"description": "A simple, RFC-compliant robots.txt parser",
"author": "Russell Steadman",
"license": "MIT",
Expand All @@ -14,19 +14,22 @@
},
"dependencies": {
"@babel/runtime": "^7.16.7",
"@types/micromatch": "^4.0.2",
"@types/node": "^16.11.21",
"micromatch": "^4.0.4"
"@types/node": "^16.11.21"
},
"repository": {
"type": "git",
"url": "git+https://github.com/russellsteadman/netscrape.git"
},
"keywords": [
"robotstxt",
"parser",
"bot",
"scrape",
"spider",
"crawl"
"crawl",
"robot",
"robots",
"exclusion"
],
"bugs": {
"url": "https://github.com/russellsteadman/netscrape/issues"
Expand All @@ -39,11 +42,11 @@
"@babel/preset-env": "^7.16.11",
"@babel/preset-typescript": "^7.16.7",
"@babel/register": "^7.16.9",
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^5.10.0",
"@typescript-eslint/eslint-plugin": "^5.10.1",
"@typescript-eslint/parser": "^5.10.1",
"ava": "^4.0.1",
"c8": "^7.11.0",
"eslint": "^8.7.0",
"eslint": "^8.8.0",
"eslint-plugin-ava": "^13.2.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.5.1",
Expand Down

0 comments on commit 8d89d68

Please sign in to comment.