Skip to content

Commit

Permalink
0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
warpech committed Feb 16, 2015
1 parent 5c5d0cf commit 7f61fa6
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 23 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ JSON-Patch

A leaner and meaner implementation of JSON-Patch. Small footprint. High performance.

With Fast-JSON-Patch, you can:
With JSON-Patch, you can:
- **apply** patches
- **validate** a sequence of patches
- **observe** for changes (and generate patches when a change is detected)
Expand Down Expand Up @@ -46,7 +46,7 @@ $ npm install fast-json-patch --save
$ bower install fast-json-patch --save
```

### [download as ZIP](https://github.com/Starcounter-Jack/Fast-JSON-Patch/archive/master.zip)
### [download as ZIP](https://github.com/Starcounter-Jack/JSON-Patch/archive/master.zip)


## Adding to your project
Expand Down Expand Up @@ -227,4 +227,4 @@ OPERATION_VALUE_OUT_OF_BOUNDS | The specified index MUST NOT be greater than the

## Changelog

To see the list of recent changes, see [Releases](https://github.com/Starcounter-Jack/Fast-JSON-Patch/releases).
To see the list of recent changes, see [Releases](https://github.com/Starcounter-Jack/JSON-Patch/releases).
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "fast-json-patch",
"version": "0.5.0",
"homepage": "https://github.com/Starcounter-Jack/Fast-JSON-Patch",
"version": "0.5.1",
"homepage": "https://github.com/Starcounter-Jack/JSON-Patch",
"description": "Fast implementation of JSON-Patch (RFC-6902) with duplex (observe changes) capabilities",
"main": "src/json-patch-duplex.js",
"keywords": ["json", "patch", "http", "rest"],
Expand Down
6 changes: 3 additions & 3 deletions dist/json-patch-duplex.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7f61fa6

Please sign in to comment.