Skip to content

Commit dee4fc8

Browse files
authored
chore: include LICENSE file in NPM package
Fixes #248
1 parent 91fa6e2 commit dee4fc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "tslint-react.json",
66
"scripts": {
77
"build": "tsc -p ./",
8-
"copy": "cp -f package.json README.md tslint-react.json build/",
8+
"copy": "cp -f package.json README.md LICENSE tslint-react.json build/",
99
"clean": "rm -rf build/",
1010
"lint": "tslint --project tsconfig.json --format codeFrame",
1111
"test": "./scripts/test-rules",

0 commit comments

Comments
 (0)