Skip to content

Commit 4c319fd

Browse files
committed
fix github link in package json
1 parent 1809e05 commit 4c319fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "regex-trigram",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "JavaScript port of portions of Google Code Search",
55
"author": "Bright Fulton",
66
"main": "lib/regex.js",
77
"repository": {
88
"type": "git",
9-
"url": "https://github.com/bfultonx/regex-trigram-js"
9+
"url": "https://github.com/bfulton/regex-trigram-js"
1010
},
1111
"bugs": {
12-
"url": "https://github.com/bfultonx/regex-trigram-js/issues"
12+
"url": "https://github.com/bfulton/regex-trigram-js/issues"
1313
},
1414
"keywords": [
1515
"regex",

0 commit comments

Comments
 (0)