dominictarr / rc

The non-configurable configuration loader for lazy people.
Other
1.02k stars 97 forks source link

Update ini dependency - strict mode issues #40

Closed anthonator closed 9 years ago

anthonator commented 9 years ago

When using rc in strict mode I'm getting octal literal errors.

/Users/anthonator/Documents/Projects/sticksnleaves/pet-records/api/node_modules/pwny/node_modules/rc/node_modules/ini/ini.js:49
                  .replace(/\2LITERAL\\1LITERAL\2/g, '\1')

This looks to be caused by your dependency on the ini package.

According to this issue the problem has been acknowledged. Although the issue isn't closed this PR indicates that it's been fixed. Looking through master I see the change as well.

dominictarr commented 9 years ago

fixed.