1
0
mirror of https://github.com/bigchaindb/stylelint-config-bigchaindb.git synced 2024-12-28 15:47:48 +01:00

add more peer dependencies

This commit is contained in:
Matthias Kretschmann 2017-05-30 22:30:57 +02:00
parent bdb21e793b
commit 7cb494064d
Signed by: m
GPG Key ID: BD3C1F3EDD7831FC

View File

@ -29,6 +29,7 @@
"eslint-plugin-import": "^2.3.0"
},
"peerDependencies": {
"stylelint": "^7.8.0"
"stylelint": "^7.8.0",
"stylelint-config-standard": "^16.0.0"
}
}