Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit eaa2b4f

Browse files
committedJul 17, 2019
chore: upgrade dependencies
1 parent dd6e43a commit eaa2b4f

File tree

3 files changed

+101
-20
lines changed

3 files changed

+101
-20
lines changed
 

‎.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ logs
1111
results
1212
npm-debug.log
1313
node_modules
14+
.idea/

‎package-lock.json

Lines changed: 98 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
"dependencies": {},
77
"main": "index.js",
88
"devDependencies": {
9-
"testit": "~1.1.0"
9+
"testit": "^3.1.0"
1010
},
1111
"scripts": {
1212
"test": "node test"
1313
},
1414
"repository": {
1515
"type": "git",
16-
"url": "https://github.com/ForbesLindesay/diff-match-patch.git"
16+
"url": "https://github.com/hackmdio/diff-match-patch"
1717
},
1818
"license": "Apache-2.0"
1919
}

0 commit comments

Comments
 (0)
Please sign in to comment.