Skip to content

Commit

Permalink
update fast-diff and bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jhchen committed Oct 23, 2016
1 parent dc00559 commit ec3b6aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "quill-delta",
"version": "3.4.0",
"version": "3.4.1",
"description": "Format for representing rich text documents and changes.",
"author": "Jason Chen <[email protected]>",
"homepage": "https://github.com/quilljs/delta",
"main": "lib/delta.js",
"dependencies": {
"deep-equal": "^1.0.1",
"extend": "^3.0.0",
"fast-diff": "^1.1.0"
"fast-diff": "1.1.1"
},
"devDependencies": {
"coveralls": "^2.11.14",
Expand Down

0 comments on commit ec3b6aa

Please sign in to comment.