dominictarr/rc

Update ini dependency - strict mode issues

anthonator opened this issue · 1 comments

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.

fixed.