Skip to content

Commit

Permalink
The correct name for the requireJS package is "velocity-animate"
Browse files Browse the repository at this point in the history
Closes #768
  • Loading branch information
Rycochet committed Mar 4, 2018
1 parent 007e977 commit 8fdea04
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions 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 8fdea04

Please sign in to comment.