koltyakov / sppull

📎 Download files from SharePoint document libraries using Node.js without hassles
MIT License
46 stars 16 forks source link

Strict object fix #35

Closed chrishasz closed 5 years ago

chrishasz commented 5 years ago

Change the strictObject filter to check that the file path contains the character '.', rather than checking to see if the file path is equal to '.'.

Referencing (closes #34): https://github.com/koltyakov/sppull/issues/34

koltyakov commented 5 years ago

Thanks a lot! Published the update.