There was an error while loading. Please reload this page.
1 parent cb6c3ca commit 1c9ee2eCopy full SHA for 1c9ee2e
package.json
@@ -4,9 +4,9 @@
4
"description": "Render Amazon ECS task definition file",
5
"main": "index.js",
6
"scripts": {
7
- "lint": "eslint index.js",
+ "lint": "eslint **.js",
8
"package": "ncc build index.js -o dist",
9
- "test": "eslint index.js && jest --coverage"
+ "test": "eslint **.js && jest --coverage"
10
},
11
"repository": {
12
"type": "git",
0 commit comments