At.js
At.js copied to clipboard
package.json and UMD wrapper are missing the dependency on caret
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.