Skip to content

Commit 32142f6

Browse files
committed
Fixing main reference, nudging version
1 parent ba64b26 commit 32142f6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "@autogram/url-tools",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"description": "Helper classes for validating, filtering, and normalizing URLs in bulk",
5-
"main": "index.js",
5+
"main": "build/src/index.js",
66
"scripts": {
77
"test": "jest --config jestconfig.json",
88
"lint": "gts lint",
@@ -20,9 +20,9 @@
2020
"type": "git",
2121
"url": "git+https://github.com/autogram-is/url-tools.git"
2222
},
23-
"keywords": [],
24-
"author": "",
25-
"license": "ISC",
23+
"keywords": ["url", "scraping", "webcrawling"],
24+
"author": "Jeff Eaton <[email protected]> (http://eaton.fyi/)",
25+
"license": "MIT",
2626
"bugs": {
2727
"url": "https://github.com/autogram-is/url-tools/issues"
2828
},

0 commit comments

Comments
 (0)