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

Commit d390c95

Browse files
author
Cdok
committed
reverted "glob" dependancy location
1 parent a072f3e commit d390c95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
"url": "https://github.com/mobify/mobify-code-style/issues"
1313
},
1414
"bin": {
15-
"lint-md": "docs/bin/lint-md",
16-
"glob": "^7.1.1"
15+
"lint-md": "docs/bin/lint-md"
1716
},
1817
"homepage": "https://github.com/mobify/mobify-code-style",
1918
"scripts": {
2019
"test": "cd docs/test; bash test.sh"
2120
},
2221
"dependencies": {
22+
"glob": "^7.1.1",
2323
"remark-cli": "2.1.0",
2424
"remark-lint": "5.2.0",
2525
"remark-preset-lint-recommended": "1.0.0"

0 commit comments

Comments
 (0)