chrishasz / spgo

SPGo: A Lightweight, Open Source, SharePoint IDE for Visual Studio Code
https://www.chrishasz.com/spgo
MIT License
60 stars 11 forks source link

SPPull version bump #136

Closed koltyakov closed 3 years ago

koltyakov commented 3 years ago

Hey @chrishasz,

In the recent SPPull update I removed legacy exports which was there for backwards compatibility with an old-old pre TypeScript versions.

Importing the library now is straightforward for TS, no need in separate require statement and interface binding.

PR to save a few minutes when you decided to bump the dependencies.

chrishasz commented 3 years ago

PR looks great. Thank you for making this change!