Skip to content

Commit

Permalink
0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
alshakero committed Nov 8, 2017
1 parent c54b13e commit 3a80335
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/jsonpatcherproxy.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! JSONPatcherProxy version: 0.0.8 */
/*! JSONPatcherProxy version: 0.0.9 */
var JSONPatcherProxy =
/******/ (function(modules) { // webpackBootstrap
/******/ // The module cache
Expand Down
2 changes: 1 addition & 1 deletion dist/jsonpatcherproxy.min.js

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jsonpatcherproxy",
"version": "0.0.8",
"version": "0.0.9",
"description": "Lean and mean Javascript implementation of the JSON-Patch standard (RFC 6902). Update JSON documents using delta patches.",
"main": "src/jsonpatcherproxy.js",
"typings": "index.d.ts",
Expand Down

0 comments on commit 3a80335

Please sign in to comment.