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
55
66[ ![ Build Status] ( https://img.shields.io/travis/2Toad/diff-match-patch/master.svg )] ( https://travis-ci.org/2Toad/diff-match-patch )
77[ ![ 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 )
99[ ![ Known Vulnerabilities] ( https://snyk.io/test/github/2Toad/diff-match-patch/badge.svg )] ( https://snyk.io/test/github/2Toad/diff-match-patch )
1010
1111## Installation
Original file line number Diff line number Diff line change 11{
2- "name" : " diff-match-patch" ,
2+ "name" : " @2toad/ diff-match-patch" ,
33 "version" : " 1.0.0" ,
44 "description" : " Diff Match and Patch" ,
55 "author" : " 2Toad" ,
1313 "directories" : {
1414 "test" : " tests"
1515 },
16+ "dependencies" : {},
1617 "devDependencies" : {
1718 "testit" : " 3.x"
1819 },
You can’t perform that action at this time.
0 commit comments