addyosmani/oust

Drop `attribute` option

sindresorhus opened this issue · 2 comments

You can easily infer it for the user.

link => href
script => src

If you decide to fix this and #1 you only have to arguments and can pretty much just drop the option object and do oust(src, selector);

Should be good to go.