File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -53,9 +53,9 @@ This format is suitable for [Operational Transform](https://en.wikipedia.org/wik
53
53
54
54
#### Operations
55
55
56
- - [ insert] ( #insert-operation )
57
- - [ delete] ( #delete-operation )
58
- - [ retain] ( #retain-operation )
56
+ - [ ` insert ` ] ( #insert-operation )
57
+ - [ ` delete ` ] ( #delete-operation )
58
+ - [ ` retain ` ] ( #retain-operation )
59
59
60
60
#### Construction
61
61
Original file line number Diff line number Diff line change 7
7
"main" : " lib/delta.js" ,
8
8
"dependencies" : {
9
9
"deep-equal" : " ^1.0.1" ,
10
- "extend" : " ^3.0.0 " ,
10
+ "extend" : " ^3.0.1 " ,
11
11
"fast-diff" : " 1.1.1"
12
12
},
13
13
"devDependencies" : {
14
- "coveralls" : " ^2.12.0 " ,
14
+ "coveralls" : " ^2.13.1 " ,
15
15
"istanbul" : " ~0.4.5" ,
16
- "jasmine" : " ^2.5.3 "
16
+ "jasmine" : " ^2.7.0 "
17
17
},
18
18
"engines" : {
19
19
"node" : " >=0.10"
You can’t perform that action at this time.
0 commit comments