Skip to content

Commit 3ab03c0

Browse files
committed
Change NPM package scope
1 parent e866494 commit 3ab03c0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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",
@@ -13,6 +13,7 @@
1313
"directories": {
1414
"test": "tests"
1515
},
16+
"dependencies": {},
1617
"devDependencies": {
1718
"testit": "3.x"
1819
},

0 commit comments

Comments
 (0)