From da2c9a3814bd01b418ee466121841dadc24e790f Mon Sep 17 00:00:00 2001 From: Omar Alshaker Date: Tue, 28 Feb 2017 18:31:45 +0100 Subject: [PATCH 1/2] Update bower.json and README --- README.md | 10 +++++----- bower.json | 2 +- debug.log | 2 ++ package.json | 6 +++--- 4 files changed, 11 insertions(+), 9 deletions(-) create mode 100644 debug.log diff --git a/README.md b/README.md index 562db4d..9ca17f7 100644 --- a/README.md +++ b/README.md @@ -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 @@ -38,7 +38,7 @@ 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 @@ -46,6 +46,6 @@ 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) diff --git a/bower.json b/bower.json index bae0c15..e2d3c9c 100644 --- a/bower.json +++ b/bower.json @@ -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 " diff --git a/debug.log b/debug.log new file mode 100644 index 0000000..17deaa1 --- /dev/null +++ b/debug.log @@ -0,0 +1,2 @@ +[0228/183021:ERROR:tcp_listen_socket.cc(76)] Could not bind socket to 127.0.0.1:6004 +[0228/183021:ERROR:node_debugger.cc(86)] Cannot start debugger server diff --git a/package.json b/package.json index 5da22c9..a2c7763 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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" }, From 9d9d1659245979ff3014a586e236f20e4c7525fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomek=20Wytr=C4=99bowicz?= Date: Wed, 1 Mar 2017 15:47:42 +0100 Subject: [PATCH 2/2] Delete debug.log --- debug.log | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 debug.log diff --git a/debug.log b/debug.log deleted file mode 100644 index 17deaa1..0000000 --- a/debug.log +++ /dev/null @@ -1,2 +0,0 @@ -[0228/183021:ERROR:tcp_listen_socket.cc(76)] Could not bind socket to 127.0.0.1:6004 -[0228/183021:ERROR:node_debugger.cc(86)] Cannot start debugger server