ease icon indicating copy to clipboard operation
ease copied to clipboard

require('ease') doesn't work with node

Open djdeath opened this issue 11 years ago • 1 comments

It seems the npm package name doesn't match the component one. As a result you can't do require('ease'); from node, you need require('ease-component'); Any way around this?

djdeath avatar Apr 01 '14 11:04 djdeath

require('ease-component'); :+1:

petitssoldats avatar Oct 22 '15 10:10 petitssoldats