Skip to content
This repository was archived by the owner on Feb 25, 2021. It is now read-only.

Commit c41221a

Browse files
committed
Add peerDependencies section to package.json and declare stylelint dependency version
See #38
1 parent b9acbd3 commit c41221a

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
@@ -30,6 +30,9 @@
3030
"npmpub": "^3.0.3",
3131
"stylelint": "^4.5.0"
3232
},
33+
"peerDependencies": {
34+
"stylelint": "^4.5.0"
35+
},
3336
"scripts": {
3437
"ava": "ava --verbose \"__tests__/**/*.js\"",
3538
"lint": "eslint . --ignore-path .gitignore",

0 commit comments

Comments
 (0)