Skip to content

Commit 181891c

Browse files
committed
2 parents 71a7c00 + aceb01c commit 181891c

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
@@ -6,7 +6,7 @@
66
"scripts": {
77
"test": "karma start --single-run",
88
"start": "./scripts/web",
9-
"lint": "./node_modules/bin/eslint .",
9+
"lint": "./node_modules/.bin/eslint .",
1010
"startindocker": "./scripts/web-docker",
1111
"build": "webpack && MINIFY=1 webpack",
1212
"coveralls": "cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"

0 commit comments

Comments
 (0)