Skip to content

Commit c03ac60

Browse files
committed
Update package.json, AUTHORS and add CHANGELOG.
These are stubs for now, but should fill up as contribution resumes.
1 parent cd83826 commit c03ac60

File tree

4 files changed

+24
-12
lines changed

4 files changed

+24
-12
lines changed

AUTHORS

Lines changed: 0 additions & 10 deletions
This file was deleted.

AUTHORS.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Authors
2+
3+
Below is a list of people and organizations that have contributed
4+
to the Diff Match Patch project.
5+
6+
Google Inc.
7+
8+
This library was originally created by Neil Fraser and maintained
9+
for years in https://github.com/google/diff-match-patch.
10+
11+
Neil Fraser <[email protected]> (Original library)
12+
Duncan Cross <[email protected]> (Lua port)
13+
Jan Weiß <[email protected]> (Objective C port)
14+
Matthaeus G. Chajdas <[email protected]> (C# port)
15+
Mike Slemmer <[email protected]> (C++ port)
16+
Dennis Snell <[email protected]> (Cross-platform libraries, maintaining fork)
17+
Andrew Herron <[email protected]> (JavaScript/TypeScript port, npm package)

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# 1.1.0
2+
3+
## Javascript
4+
5+
- Added TypeScript declaration file. (@TheSpyder)

javascript/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dmsnell/diff-match-patch",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"license": "Apache-2.0",
55
"description": "Efficient and human-readable text diffs with helpers",
66
"keywords": [
@@ -17,6 +17,6 @@
1717
},
1818
"repository": {
1919
"type": "git",
20-
"url": "https://github.com/dmsnell/diff-match-patch"
20+
"url": "git+https://github.com/dmsnell/diff-match-patch.git"
2121
}
2222
}

0 commit comments

Comments
 (0)