Merge pull request #24 from Istar-Eldritch/master

Use any ts version between 2.2 and 3 as peer dependency
This commit is contained in:
Angelo 2017-05-01 19:47:21 +02:00 коммит произвёл GitHub
Родитель 8999be5c92 2fb4ec6fca
Коммит 0f39e1d638
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -23,7 +23,7 @@
"typescript": "^2.3.1"
},
"peerDependencies": {
"typescript": "2.2.x",
"typescript": ">= 2.3.1 < 3",
"tslint": ">= 4 < 6"
}
}