Skip to content

Commit

Permalink
⬆️ js-makedepend
Browse files Browse the repository at this point in the history
  • Loading branch information
sverweij committed Oct 13, 2017
1 parent 8f0f0f4 commit 2c0450a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,9 @@ test/extract/transpile/coffeeWrap.spec.js: \
test/extract/transpile/index.spec.js: \
src/extract/transpile/index.js

test/extract/transpile/jsxWrap.spec.js: \
src/extract/transpile/javaScriptWrap.js

test/extract/transpile/liveScriptWrap.spec.js: \
src/extract/transpile/liveScriptWrap.js

Expand All @@ -422,6 +425,9 @@ test/extract/transpile/meta.spec.js: \
test/extract/transpile/tryRequire.spec.js: \
src/extract/transpile/tryRequire.js

test/extract/transpile/tsxWrap.spec.js: \
src/extract/transpile/typeScriptWrap.js

test/extract/transpile/typeScriptWrap.spec.js: \
src/extract/transpile/typeScriptWrap.js

Expand All @@ -447,3 +453,4 @@ test/validate/readRuleSet.spec.js: \
test/validate/validate.spec.js: \
src/validate/index.js \
src/validate/readRuleSet.js

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"eslint-plugin-security": "1.4.0",
"intercept-stdout": "0.1.2",
"istanbul": "0.4.5",
"js-makedepend": "2.3.0",
"js-makedepend": "2.4.0",
"mocha": "4.0.1",
"npm-check-updates": "2.13.0",
"nsp": "2.8.1",
Expand Down

0 comments on commit 2c0450a

Please sign in to comment.