keokilee / react-electron-webview

React component for the <webview> element in Electron.
ISC License
27 stars 23 forks source link

Requiring camelCase instead of camelcase #1

Closed mspae closed 8 years ago

mspae commented 8 years ago

I get an error for the require statement for camelCase, I think it should be camelcase (unless I'm missing something. I'm currently fixing this by adding this postinstall property to my scripts object in package.json:

"postinstall": "sed -i 's/camelCase/camelcase/g' ./node_modules/react-electron-webview/index.js"

Thanks for this great project & keep up the good work! :+1:

keokilee commented 8 years ago

Finally got around to fixing this in 1.0.5. Thinking about setting up a test suite so this doesn't happen again. Thanks for filing the issue!