Skip to content

Commit

Permalink
Add a full license text to the distribution
Browse files Browse the repository at this point in the history
Without this, the package distributed on npm is unlicensed, proprietary, and nobody can use it. (No, the SPDX identifier in the package.json is not enough legally.)
  • Loading branch information
honzajavorek committed Aug 31, 2018
1 parent b73d0c8 commit 1fff8e0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"methods",
"util",
"zipEntry.js",
"zipFile.js"
"zipFile.js",
"MIT-LICENSE.txt"
],
"main": "adm-zip.js",
"repository": {
Expand All @@ -31,4 +32,4 @@
"engines": {
"node": ">=0.3.0"
}
}
}

0 comments on commit 1fff8e0

Please sign in to comment.