Comparing version 5.0.2 to 5.0.3
{ | ||
"name": "filesize", | ||
"description": "JavaScript library to generate a human readable String describing the file size", | ||
"version": "5.0.2", | ||
"version": "5.0.3", | ||
"homepage": "https://filesizejs.com", | ||
@@ -14,2 +14,6 @@ "author": "Jason Mulligan <jason.mulligan@avoidwork.com>", | ||
}, | ||
"files": [ | ||
"lib", | ||
"*.d.ts" | ||
], | ||
"license": "BSD-3-Clause", | ||
@@ -25,3 +29,3 @@ "source": "src/filesize.js", | ||
"scripts": { | ||
"changelog": "git log --oneline --no-merges --decorate=short > CHANGELOG", | ||
"changelog": "git log --no-merges --date=short --tags --format=\"[%cd] %h%d %s - %cn (%ce)\" > CHANGELOG", | ||
"test": "nodeunit test/filesize_test.js", | ||
@@ -28,0 +32,0 @@ "build": "tslib build" |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
38519