Relaxed eslint peer dependency

Until we get proper dependency synchronization for javascript, it
makes more sense to use fuzzy peer dependencies. Relaxing this only
for peer dependencies means that this project remains stable,
however downstream consumers can set up their own versions.

Change-Id: I43896eaacd7d766c63ef71eec67e76ddca840089
This commit is contained in:
Michael Krotscheck 2015-07-31 09:43:12 +10:00
parent 20b818fbf3
commit 92caba50a3
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
},
"homepage": "https://wiki.openstack.org/wiki/QA",
"peerDependencies": {
"eslint": "0.23.0"
"eslint": "^0.23.0"
},
"devDependencies": {
"eslint": "0.23.0",