Skip to content

Commit 523152e

Browse files
authored
Merge pull request #3 from Palindrom/Change-organization-name-to-Palindrom
Change organization name to Palindrom
2 parents dd5e74f + e999800 commit 523152e

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# JSON-Patch-Queue [![Build Status](https://travis-ci.org/PuppetJs/JSON-Patch-Queue.svg?branch=master)](https://travis-ci.org/PuppetJs/JSON-Patch-Queue)
1+
J# JSON-Patch-Queue [![Build Status](https://travis-ci.org/Palindrom/JSON-Patch-Queue.svg?branch=master)](https://travis-ci.org/Palindrom/JSON-Patch-Queue)
22
> Makes your JSON Patch application sequential
33
44
Implements a queue of JSON Patches, based on [Versioned JSON Patch](https://github.com/tomalec/Versioned-JSON-Patch) convention, that will resolve a problem of sequential application of JSON Patches.
@@ -17,7 +17,7 @@ Install the component using [Bower](http://bower.io/):
1717
$ bower install json-patch-queue --save
1818
```
1919

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

2222
## Usage
2323

@@ -100,14 +100,14 @@ Name | Type | Description
100100

101101
## History
102102

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

105105
## License
106106

107107
MIT
108108

109109
## See also
110110
- [fast JSON Patch](https://github.com/Starcounter-Jack/JSON-Patch)
111-
- [JSON Patch OT](https://github.com/PuppetJs/JSON-Patch-OT)
112-
- [JSON Patch OT Agent](https://github.com/PuppetJs/JSON-Patch-OT-agent)
113-
- ...putting it all together: [PuppetJs](https://github.com/PuppetJs/PuppetJs)
111+
- [JSON Patch OT](https://github.com/Palindrom/JSON-Patch-OT)
112+
- [JSON Patch OT Agent](https://github.com/Palindrom/JSON-Patch-OT-agent)
113+
- ...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-queue",
33
"version": "1.0.0",
4-
"homepage": "https://github.com/PuppetJs/JSON-Patch-queue",
4+
"homepage": "https://github.com/Palindrom/JSON-Patch-queue",
55
"description": "Queue for Versioned JSON-Patch - makes sure that your JSON Patches (RFC6902) gets applied in correct order",
66
"authors": [
77
"Tomek Wytrebowicz <[email protected]>"

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"repository": {
1212
"type": "git",
13-
"url": "https://github.com/PuppetJs/JSON-Patch-queue.git"
13+
"url": "https://github.com/Palindrom/JSON-Patch-queue.git"
1414
},
1515
"keywords": [
1616
"jsonpatch",
@@ -22,9 +22,9 @@
2222
"author": "Tomek Wytrebowicz",
2323
"license": "MIT",
2424
"bugs": {
25-
"url": "https://github.com/PuppetJs/JSON-Patch-queue/issues"
25+
"url": "https://github.com/Palindrom/JSON-Patch-queue/issues"
2626
},
27-
"homepage": "https://github.com/PuppetJs/JSON-Patch-queue",
27+
"homepage": "https://github.com/Palindrom/JSON-Patch-queue",
2828
"engines": {
2929
"node": ">= 0.4.0"
3030
},

0 commit comments

Comments
 (0)