Skip to content

Commit 68313d4

Browse files
committed
Fix paths
1 parent c0d3a0f commit 68313d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
ESLINT ?= ./node_modules/.bin/eslint
2-
KARMA ?= ./node_modules/.bin/karma
1+
ESLINT ?= ./node_modules/eslint/bin/eslint.js
2+
KARMA ?= ./node_modules/karma/bin/karma
33
ROLLUP ?= ./node_modules/rollup/dist/bin/rollup
44

55
node_modules: package.json package-lock.json

0 commit comments

Comments
 (0)