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

Commit f1ff6de

Browse files
committed
Added peerDependencies to package config.
1 parent 4c8c470 commit f1ff6de

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
"@neogeek/eslint-config-standards": "1.6.3",
1212
"eslint": "3.8.1"
1313
},
14+
"peerDependencies": {
15+
"doxdox": "^1.0.x"
16+
},
1417
"scripts": {
1518
"test": "echo \"Error: no test specified\" && exit 1"
1619
},

0 commit comments

Comments
 (0)