Skip to content

Commit ed166a1

Browse files
Revert main prop in package.json
1 parent 8c94d4e commit ed166a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "url-knife",
3-
"version": "3.1.2",
3+
"version": "3.1.3",
44
"description": "Extract and decompose (fuzzy) URLs (including emails, which are conceptually a part of URLs) in texts with robust patterns.",
5-
"main": "dist/url-knife.bundle.js",
5+
"main": "src/entry.js",
66
"scripts": {
77
"build": "gulp",
88
"test": "gulp test"

0 commit comments

Comments
 (0)