Skip to content

Commit 2a796bc

Browse files
authored
Merge pull request #378 from TobyAndToby/ts/update-readme
Update README
2 parents 73a273a + 0e4e9b5 commit 2a796bc

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ E.g. `.glf.json`, `.glfrc.yml`, `.generatelicensefile.jsonc`, `.config/glf.js`,
8181

8282
// Substitute the given packages license with the content in the respective file.
8383
"replace": {
84-
"[email protected]": "./bespoke-license.txt"
84+
"[email protected]": "./bespoke-license.txt",
85+
"another-replaced-package": "./bespoke-license-2.txt"
8586
},
8687

8788
// Exclude any packages from the output.

src/packages/generate-license-file/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ E.g. `.glf.json`, `.glfrc.yml`, `.generatelicensefile.jsonc`, `.config/glf.js`,
8181

8282
// Substitute the given packages license with the content in the respective file.
8383
"replace": {
84-
"[email protected]": "./bespoke-license.txt"
84+
"[email protected]": "./bespoke-license.txt",
85+
"another-replaced-package": "./bespoke-license-2.txt"
8586
},
8687

8788
// Exclude any packages from the output.

0 commit comments

Comments
 (0)