Skip to content

Commit

Permalink
set license short identifier to 'LGPL-3.0', and tag 2.0.2 version, fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneswilm committed Apr 19, 2016
1 parent e06c8d1 commit 6bb9b28
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "diff-dom",
"main": "diffDOM.js",
"version": "2.0.1",
"version": "2.0.2",
"homepage": "https://github.com/fiduswriter/diffDOM",
"authors": [
"Johannes Wilm <[email protected]>"
],
"description": "A diff for DOM elements, as client-side JavaScript code. Gets all modifications, insertions and removals between two DOM fragments.",
"license": "LGPL",
"license": "LGPL-3.0",
"ignore": [
"**/.*",
"node_modules",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "diff-dom",
"version": "2.0.1",
"version": "2.0.2",
"description": "A diff for DOM elements, as client-side JavaScript code. Gets all modifications, insertions and removals between two DOM fragments.",
"main": "diffDOM.js",
"directories": {
Expand All @@ -14,7 +14,7 @@
"url": "git://github.com/fiduswriter/diffDOM.git"
},
"author": "Johannes Wilm [email protected]",
"license": "LGPL",
"license": "LGPL-3.0",
"bugs": {
"url": "https://github.com/fiduswriter/diffDOM/issues"
},
Expand Down

0 comments on commit 6bb9b28

Please sign in to comment.