Skip to content

Commit e3cd949

Browse files
committed
Oops, root should be a boolean
1 parent 039a4ac commit e3cd949

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/fixtures/hierarchyWithoutRoot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"mocha": "^2.4.5"
1616
},
1717
"npmPackageJsonLintConfig": {
18-
"root": "true",
18+
"root": true,
1919
"rules": {
2020
"require-author": "off",
2121
"version-format": "error"

0 commit comments

Comments
 (0)