spec
spec copied to clipboard
main property for es6 module version
In npm, you can have both main and esnext:main property in package.json. This is handy when your module have different build output for es5 and es6. Does bower.json plan to support esnext:main or similar?
sorry, it should be "jsnext:main", not "esnext:main".