sympmarc / SPServices

SPServices is a jQuery library which abstracts SharePoint's Web Services and makes them easier to use. It also includes functions which use the various Web Service operations to provide more useful (and cool) capabilities. It works entirely client side and requires no server install.
MIT License
208 stars 61 forks source link

Updates to package.json and README #39

Closed purtuga closed 8 years ago

purtuga commented 8 years ago

I was coming in to help out with the documentation and forgot that you have moved the project to gulp... so I had to remove my node_modules folder and setup the project from scratch... This was a good exercise because I found a few issues - mainly: missing dependencies in your package.json.

I'm also not sure how to verify the existing documentation or port over whatever might be missing... I noticed that your doc folder has an html sub-folder... is this being generated by one of your gulp tasks?

One suggestion I have is to delete the .idea folder and add it to the .gitignore file.. This file is meant to hold your personal webstorm preferences and may clash with other developers using WebStorm :-)

This commit includes the following:

/Paul

purtuga commented 8 years ago

Looks like this pull request will also address issue #35

sympmarc commented 8 years ago

Thanks, Paul!

sympmarc commented 8 years ago

FYI @purtuga, I got rid of .idea/

purtuga commented 8 years ago

Thanks.  :)

Paul -- sent from mobile