sindresorhus / ow

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

'dev-only.js' is not published #170

Closed mvila closed 4 years ago

mvila commented 4 years ago

As mentioned in the README, I tried require('ow/dev-only') to get a shim when running in production, but I got the following error:

Cannot find module 'ow/dev-only' from [...]

It looks like 'dev-only.js' is not included in the published package.