Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

Commit 201921a

Browse files
author
Jeremy Wiebe
committed
Upgrade remark packages to support no-duplicate-headers-in-section rule
1 parent 6f16905 commit 201921a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
},
1717
"homepage": "https://github.com/mobify/mobify-code-style",
1818
"scripts": {
19-
"test": "bash docs/test/test.sh"
19+
"test": "cd docs/test; bash test.sh"
2020
},
2121
"dependencies": {
22-
"remark-cli": "2.0.0",
23-
"remark-lint": "5.0.1",
22+
"remark-cli": "2.1.0",
23+
"remark-lint": "5.2.0",
2424
"remark-preset-lint-recommended": "1.0.0"
2525
}
2626
}

0 commit comments

Comments
 (0)