Skip to content

Commit

Permalink
The correct name for the requireJS package is "velocity-animate" Closes
Browse files Browse the repository at this point in the history
  • Loading branch information
Rycochet committed Aug 2, 2020
1 parent 4ce526d commit 71f951a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/velocity/grunt/options/uglify.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ module.exports = {
banner: `/*! VelocityJS.org (<%= pkg.version %>) (C) 2014 Julian Shapiro. MIT @license: en.wikipedia.org/wiki/MIT_License */
(function(root, factory) {
if (typeof define === 'function' && define.amd) {
define('Velocity', [], function() {
return (root['Velocity'] = factory());
});
define('velocity-animate', [], factory);
} else if (typeof module === 'object' && module.exports) {
module.exports = factory();
} else {
Expand Down

0 comments on commit 71f951a

Please sign in to comment.