s-KaiNet / spsave

Save files in SharePoint using node.js easily
MIT License
86 stars 22 forks source link

@Types/Color causes issues #36

Closed Taaqif closed 6 years ago

Taaqif commented 6 years ago

The @types/colors package has recently been made redundant by the colors package including its own typing. Removing the dependancy solves the issue

TS2717: Subsequent property declarations must have the same type. Property 'bold' must be of type '() => string', but here has type 'string'.

s-KaiNet commented 6 years ago

Thank you for reporting. Fixed in 3.1.5