We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91fa6e2 commit dee4fc8Copy full SHA for dee4fc8
package.json
@@ -5,7 +5,7 @@
5
"main": "tslint-react.json",
6
"scripts": {
7
"build": "tsc -p ./",
8
- "copy": "cp -f package.json README.md tslint-react.json build/",
+ "copy": "cp -f package.json README.md LICENSE tslint-react.json build/",
9
"clean": "rm -rf build/",
10
"lint": "tslint --project tsconfig.json --format codeFrame",
11
"test": "./scripts/test-rules",
0 commit comments