Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Install the component using [Bower](http://bower.io/):
$ bower install json-patch-ot --save
```

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

## Usage

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

## History

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

## License

MIT

## See also
- [fast JSON Patch](https://github.com/Starcounter-Jack/JSON-Patch)
- [JSON Patch Queue](https://github.com/PuppetJs/JSON-Patch-Queue)
- [JSON Patch OT](https://github.com/PuppetJs/JSON-Patch-OT)
- ...putting it all together: [PuppetJs](https://github.com/PuppetJs/PuppetJs)
- [JSON Patch Queue](https://github.com/Palindrom/JSON-Patch-Queue)
- [JSON Patch OT](https://github.com/Palindrom/JSON-Patch-OT)
- ...putting it all together: [Palindrom](https://github.com/Palindrom/Palindrom)
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "json-patch-ot",
"version": "1.0.1",
"homepage": "https://github.com/PuppetJs/JSON-Patch-OT",
"homepage": "https://github.com/Palindrom/JSON-Patch-OT",
"description": "JSON Patch Operational Transformations - resolves outdated JSON Patches (RFC6902) in real-time JSON collaboration",
"authors": [
"Tomek Wytrebowicz <tomalecpub@gmail.com>"
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/PuppetJs/JSON-Patch-OT.git"
"url": "https://github.com/Palindrom/JSON-Patch-OT.git"
},
"keywords": [
"jsonpatch",
Expand All @@ -21,9 +21,9 @@
"author": "Tomek Wytrebowicz",
"license": "MIT",
"bugs": {
"url": "https://github.com/PuppetJs/JSON-Patch-OT/issues"
"url": "https://github.com/Palindrom/JSON-Patch-OT/issues"
},
"homepage": "https://github.com/PuppetJs/JSON-Patch-OT",
"homepage": "https://github.com/Palindrom/JSON-Patch-OT",
"engines": {
"node": ">= 0.4.0"
},
Expand Down