Skip to content

Commit

Permalink
Merge pull request #4 from Palindrom/Change-org-in-bower.json
Browse files Browse the repository at this point in the history
Update bower.json and README
  • Loading branch information
tomalec authored Mar 1, 2017
2 parents e4b446b + 9d9d165 commit 9e47779
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
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

0 comments on commit 9e47779

Please sign in to comment.