telerik / mobile-cli-lib

Contains common infrastructure for CLIs - mainly AppBuilder, NativeScript, DDB and Proton.
Apache License 2.0
11 stars 10 forks source link

Fix check if package has `@types` #894

Closed rosen-vladimirov closed 7 years ago

rosen-vladimirov commented 7 years ago

During migration from fibers to promises, we've lost one ! in the check if npm package has typings in @types repo. This led to incorrect behavior:

Fix the check (add the missing !) which will fix the incorrect behavior.

justcodebuilduser commented 7 years ago

:heart: