Skip to content

Commit af9934f

Browse files
authored
Merge pull request #303 from tricknotes/fix-url-in-package.json
Fix URL in package.json
2 parents 442c861 + 7cacaeb commit af9934f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"jsnext:main": "dist/backburner.js",
77
"repository": {
88
"type": "git",
9-
"url": "https://github.com/ebryn/backburner.js.git"
9+
"url": "https://github.com/BackburnerJS/backburner.js.git"
1010
},
1111
"scripts": {
1212
"prepublish": "npm run build",

0 commit comments

Comments
 (0)