At.js icon indicating copy to clipboard operation
At.js copied to clipboard

package.json and UMD wrapper are missing the dependency on caret

Open stof opened this issue 8 years ago • 0 comments

The package.json does not specify the dependency on caret, which would allow npm to install the right dependency automatically.

And the UMD wrapper does not require the caret dependency, forcing people to import caret explicitly before using at.js. Requiring the package would let webpack/browserify perform this loading automatically.

stof avatar Aug 02 '17 13:08 stof