File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ a JavaScript implementation of Google's [diff-match-patch](https://code.google.c
5
5
6
6
[ ![ Build Status] ( https://img.shields.io/travis/2Toad/diff-match-patch/master.svg )] ( https://travis-ci.org/2Toad/diff-match-patch )
7
7
[ ![ Dependency Status] ( https://img.shields.io/david/2Toad/diff-match-patch.svg )] ( https://david-dm.org/2Toad/diff-match-patch )
8
- [ ![ NPM version] ( https://img.shields.io/npm/v/diff-match-patch.svg )] ( https://www.npmjs.com/package/diff-match-patch )
8
+ [ ![ NPM version] ( https://img.shields.io/npm/v/@2toad/ diff-match-patch.svg )] ( https://www.npmjs.com/package/@2toad /diff-match-patch )
9
9
[ ![ Known Vulnerabilities] ( https://snyk.io/test/github/2Toad/diff-match-patch/badge.svg )] ( https://snyk.io/test/github/2Toad/diff-match-patch )
10
10
11
11
## Installation
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " diff-match-patch" ,
2
+ "name" : " @2toad/ diff-match-patch" ,
3
3
"version" : " 1.0.0" ,
4
4
"description" : " Diff Match and Patch" ,
5
5
"author" : " 2Toad" ,
13
13
"directories" : {
14
14
"test" : " tests"
15
15
},
16
+ "dependencies" : {},
16
17
"devDependencies" : {
17
18
"testit" : " 3.x"
18
19
},
You can’t perform that action at this time.
0 commit comments