Any possibility to make this repo component.js friendly?
eshao opened this issue · 2 comments
This repository shows what would need to be done: https://github.com/timoxley/assert
It seems the only major change is the inherits function.
Don't personally see a point to it honestly. I use npm for all my client side development and have only found the dual registry stuff to lead to massive confusion. What is wrong with the module you referenced for components already?
I will add that the only reason I take this stance is that npm existed before components and I am able to leverage package.json to make web components using it just fine (with tools like browserify). So for me, having what appears to be an identical file just called component.json is not a win at this time. If something changes with the package environment, then I will certainly consider alternatives.