Skip to content

Commit 571d961

Browse files
committed
Update name to prepare for publishing
1 parent 9969bb7 commit 571d961

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "diff",
2+
"name": "atom-diff",
33
"version": "1.0.7",
44
"description": "A javascript text diff implementation.",
55
"keywords": [
@@ -11,17 +11,17 @@
1111
],
1212
"bugs": {
1313
"email": "[email protected]",
14-
"url": "http://github.com/kpdecker/jsdiff/issues"
14+
"url": "http://github.com/atom/jsdiff/issues"
1515
},
1616
"licenses": [
1717
{
1818
"type": "BSD",
19-
"url": "http://github.com/kpdecker/jsdiff/blob/master/LICENSE"
19+
"url": "http://github.com/atom/jsdiff/blob/master/LICENSE"
2020
}
2121
],
2222
"repository": {
2323
"type": "git",
24-
"url": "git://github.com/kpdecker/jsdiff.git"
24+
"url": "git://github.com/atom/jsdiff.git"
2525
},
2626
"engines": {
2727
"node": ">=0.3.1"

0 commit comments

Comments
 (0)