Skip to content
This repository was archived by the owner on May 3, 2024. It is now read-only.

Commit 30250e4

Browse files
committed
Merge branch 'master' into hotfix/single-star-comments
2 parents cc7aff1 + e039741 commit 30250e4

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dox": "0.9.0"
1212
},
1313
"devDependencies": {
14-
"@neogeek/eslint-config-standards": "^1.15.0",
14+
"@neogeek/eslint-config-standards": "^2.0.0",
1515
"eslint": "^4.2.0",
1616
"mocha": "^3.4.2"
1717
},

test/specs/parser.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ const parser = require('../../index');
55

66
describe('doxdox parser', () => {
77

8-
['dox', 'facade'].forEach(file => {
8+
[
9+
'dox',
10+
'facade'
11+
].forEach(file => {
912

1013
it(`run dox parser on ${file}.js`, () => {
1114

0 commit comments

Comments
 (0)