sindresorhus / ow

Function argument validation for humans
https://sindresorhus.com/ow/
MIT License
3.8k stars 105 forks source link

fix: added `import` to package.json #247

Closed omerlh closed 1 year ago

omerlh commented 1 year ago

Potential fix for #246 , I am not clear about the implications of this change but I tested locally and it worked for me - now I could use ow and React.

Fixes #246

sindresorhus commented 1 year ago

I think import is correct here, but you can drop the node one then.

omerlh commented 1 year ago

Fixed