Don't take ts as peerDependencies

This is not actually required, especially when the plugin is used in an editor setting
This commit is contained in:
Matt Bierner 2018-11-16 14:52:00 -08:00
Родитель 5803b54ffa
Коммит 680d63b0fa
1 изменённых файлов: 0 добавлений и 3 удалений

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

@ -29,8 +29,5 @@
"mocha": "^5.2.0",
"tslint": "^5.11.0",
"typescript": "^3.1.3"
},
"peerDependencies": {
"typescript": ">= 2.3.1"
}
}