Skip to content

Commit 9e47779

Browse files
authored
Merge pull request #4 from Palindrom/Change-org-in-bower.json
Update bower.json and README
2 parents e4b446b + 9d9d165 commit 9e47779

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Install the component using [Bower](http://bower.io/):
1818
$ bower install json-patch-ot --save
1919
```
2020

21-
Or [download as ZIP](https://github.com/PuppetJs/JSON-Patch-OT/archive/master.zip).
21+
Or [download as ZIP](https://github.com/Palindrom/JSON-Patch-OT/archive/master.zip).
2222

2323
## Usage
2424

@@ -38,14 +38,14 @@ var transformedPatch = JSONPatchOT.transform( givenPatch, againstArrayOfPatches)
3838

3939
## History
4040

41-
For detailed changelog, check [Releases](https://github.com/PuppetJs/JSON-Patch-OT/releases).
41+
For detailed changelog, check [Releases](https://github.com/Palindrom/JSON-Patch-OT/releases).
4242

4343
## License
4444

4545
MIT
4646

4747
## See also
4848
- [fast JSON Patch](https://github.com/Starcounter-Jack/JSON-Patch)
49-
- [JSON Patch Queue](https://github.com/PuppetJs/JSON-Patch-Queue)
50-
- [JSON Patch OT](https://github.com/PuppetJs/JSON-Patch-OT)
51-
- ...putting it all together: [PuppetJs](https://github.com/PuppetJs/PuppetJs)
49+
- [JSON Patch Queue](https://github.com/Palindrom/JSON-Patch-Queue)
50+
- [JSON Patch OT](https://github.com/Palindrom/JSON-Patch-OT)
51+
- ...putting it all together: [Palindrom](https://github.com/Palindrom/Palindrom)

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "json-patch-ot",
33
"version": "1.0.1",
4-
"homepage": "https://github.com/PuppetJs/JSON-Patch-OT",
4+
"homepage": "https://github.com/Palindrom/JSON-Patch-OT",
55
"description": "JSON Patch Operational Transformations - resolves outdated JSON Patches (RFC6902) in real-time JSON collaboration",
66
"authors": [
77
"Tomek Wytrebowicz <[email protected]>"

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "https://github.com/PuppetJs/JSON-Patch-OT.git"
11+
"url": "https://github.com/Palindrom/JSON-Patch-OT.git"
1212
},
1313
"keywords": [
1414
"jsonpatch",
@@ -21,9 +21,9 @@
2121
"author": "Tomek Wytrebowicz",
2222
"license": "MIT",
2323
"bugs": {
24-
"url": "https://github.com/PuppetJs/JSON-Patch-OT/issues"
24+
"url": "https://github.com/Palindrom/JSON-Patch-OT/issues"
2525
},
26-
"homepage": "https://github.com/PuppetJs/JSON-Patch-OT",
26+
"homepage": "https://github.com/Palindrom/JSON-Patch-OT",
2727
"engines": {
2828
"node": ">= 0.4.0"
2929
},

0 commit comments

Comments
 (0)