alunny / node-xcode

tools and utilities for working with xcode/ios projects
Apache License 2.0
226 stars 105 forks source link

Fixing bug whereby parser would fail when array entry does not have a… #51

Closed rasharab closed 9 years ago

rasharab commented 9 years ago

… trailing comma

In our testing, we've hit projects where trailing commas are not present with array entries.

imhotep commented 9 years ago

Hey @rasharab

The change is welcome. However, can you update your pull request to not change the name of the module nor its git repository url in package.json ?

Thanks!

rasharab commented 9 years ago

Doh, missed that. Will submit it again. Thanks. -Rashin

rasharab commented 9 years ago

Updated. Removed that unintended commit. :)

-Rashin

imhotep commented 9 years ago

Merged