@gesslar/licensed 2.0.0 → 2.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +1 -1
- package/src/lib.js +1 -1
package/README.md
CHANGED
|
@@ -53,7 +53,7 @@ The returned object has the following shape:
|
|
|
53
53
|
name: "my-package", // package name, or null
|
|
54
54
|
license: "MIT", // SPDX license identifier, or null
|
|
55
55
|
licenseFile: "LICENSE.txt", // detected license filename, or null
|
|
56
|
-
publicDomain: false, // true for Unlicense,
|
|
56
|
+
publicDomain: false, // true for Unlicense, CC0-1.0
|
|
57
57
|
dependencies: [
|
|
58
58
|
{ name: "lodash", license: "MIT", repo: "https://github.com/lodash/lodash" },
|
|
59
59
|
{ name: "private-pkg", license: "Unknown", repo: null },
|
|
@@ -93,7 +93,7 @@ const markdown = buildLicenseSection({
|
|
|
93
93
|
|
|
94
94
|
## License
|
|
95
95
|
|
|
96
|
-
`@gesslar/licensed` is released
|
|
96
|
+
`@gesslar/licensed` is released under the [0BSD](LICENSE.txt).
|
|
97
97
|
|
|
98
98
|
This package includes or depends on third-party components under their own
|
|
99
99
|
licenses:
|
package/package.json
CHANGED
package/src/lib.js
CHANGED