Skip to content

Commit

Permalink
0.1.0-0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomalec committed Sep 2, 2019
1 parent 1ccb9e2 commit 27ea090
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.10 */
/*! JSONPatcherProxy version: 0.1.0-0 */
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-lock.json

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.10",
"version": "0.1.0-0",
"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 27ea090

Please sign in to comment.