1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-16 20:24:01 +02:00

update slate peer dep in packages to prevent lerna from bumping it

This commit is contained in:
Ian Storm Taylor
2017-09-18 12:32:25 -07:00
parent 042c10b14c
commit 1c2e42e008
7 changed files with 7 additions and 7 deletions

View File

@@ -22,7 +22,7 @@
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0",
"react-dom": "^0.14.0 || ^15.0.0",
"slate": "^0.24.2"
"slate": ">=0.24.0"
},
"devDependencies": {
"babel-cli": "^6.10.1",