Skip to content

Commit e839f33

Browse files
authored
Merge pull request #21 from neogeek/greenkeeper-doxdox-plugin-markdown-1.0.3
doxdox-plugin-markdown@1.0.3 breaks build 🚨
2 parents 0c06ee1 + 616fef9 commit e839f33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ BIN=node_modules/.bin
33
test:
44
make lint
55
$(BIN)/mocha test/specs
6-
doxdox 'lib/**/*.js' --layout markdown | diff DOCUMENTATION.md -
6+
bin/doxdox 'lib/**/*.js' -p package.json -l markdown | diff DOCUMENTATION.md -
77

88
lint:
99
$(BIN)/eslint bin/doxdox

0 commit comments

Comments
 (0)