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

Commit 46027b9

Browse files
committed
Merge pull request #39 from ntwb/add-stylelint-peer-dependency
Add peerDependencies section to package.json and declare stylelint dependency version
2 parents b9acbd3 + c41221a commit 46027b9

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)