diff --git a/Gruntfile.js b/Gruntfile.js index e5e63aab..aa484e98 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -48,7 +48,9 @@ module.exports = function(grunt) { webpack: { options: { entry: "./src/js/ripple/index.js", - library: "ripple" + output: { + library: "ripple" + } }, lib: { output: {