Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

Commit c1280f9

Browse files
author
Cdok
committed
updated readme & added copyright to bin
1 parent 81ce1a1 commit c1280f9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

copyright/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Mobify Copyright Headers
1+
# Mobify Copyright Headers
22

33
This tool reads from the `headers/copyright-header.extension` files to select what header to insert, where `extension` is the target file extension
44

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"url": "https://github.com/mobify/mobify-code-style/issues"
1313
},
1414
"bin": {
15-
"lint-md": "docs/bin/lint-md"
15+
"lint-md": "docs/bin/lint-md",
16+
"copyright": "copyright/copyright.js"
1617
},
1718
"homepage": "https://github.com/mobify/mobify-code-style",
1819
"scripts": {

0 commit comments

Comments
 (0)