Skip to content
This repository was archived by the owner on Sep 6, 2019. It is now read-only.

Commit 6bbe05f

Browse files
author
Donald Little
committed
escape all template variables
1 parent a276a49 commit 6bbe05f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
5555
## Enforcement
5656

5757
Instances of abusive, harassing, or otherwise unacceptable behavior may be
58-
reported by contacting the project team at {{{ email }}}. All
58+
reported by contacting the project team at {{ email }}. All
5959
complaints will be reviewed and investigated and will result in a response that
6060
is deemed necessary and appropriate to the circumstances. The project team is
6161
obligated to maintain confidentiality with regard to the reporter of an incident.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ISC License
22

3-
Copyright (c) {{{ year }}}, {{{ author }}}
3+
Copyright (c) {{ year }}, {{ author }}
44

55
Permission to use, copy, modify, and/or distribute this software for any
66
purpose with or without fee is hereby granted, provided that the above

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ For more, check out the [Contributing Guide](CONTRIBUTING.md).
2020

2121
## License
2222

23-
[ISC](LICENSE) © {{{ year }}} {{{ author }}}
23+
[ISC](LICENSE) © {{ year }} {{ author }}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "{{ name }}",
33
"version": "1.0.0",
4-
"description": "{{{ description }}}",
5-
"author": "{{{ author }}}",
4+
"description": "{{ description }}",
5+
"author": "{{ author }}",
66
"license": "ISC",
77
"repository": "https://github.com/{{ owner }}/{{ repo }}.git",
88
"homepage": "https://github.com/{{ owner }}/{{ repo }}",

0 commit comments

Comments
 (0)