Skip to content

Commit 6bb9b28

Browse files
committed
set license short identifier to 'LGPL-3.0', and tag 2.0.2 version, fixes #41
1 parent e06c8d1 commit 6bb9b28

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "diff-dom",
33
"main": "diffDOM.js",
4-
"version": "2.0.1",
4+
"version": "2.0.2",
55
"homepage": "https://github.com/fiduswriter/diffDOM",
66
"authors": [
77
"Johannes Wilm <mail@johanneswilm.org>"
88
],
99
"description": "A diff for DOM elements, as client-side JavaScript code. Gets all modifications, insertions and removals between two DOM fragments.",
10-
"license": "LGPL",
10+
"license": "LGPL-3.0",
1111
"ignore": [
1212
"**/.*",
1313
"node_modules",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "diff-dom",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "A diff for DOM elements, as client-side JavaScript code. Gets all modifications, insertions and removals between two DOM fragments.",
55
"main": "diffDOM.js",
66
"directories": {
@@ -14,7 +14,7 @@
1414
"url": "git://github.com/fiduswriter/diffDOM.git"
1515
},
1616
"author": "Johannes Wilm mail@johanneswilm.org",
17-
"license": "LGPL",
17+
"license": "LGPL-3.0",
1818
"bugs": {
1919
"url": "https://github.com/fiduswriter/diffDOM/issues"
2020
},

0 commit comments

Comments
 (0)