Skip to content

Commit

Permalink
avoid violating the GPL fixes mitodl#1008
Browse files Browse the repository at this point in the history
  • Loading branch information
graingert committed Sep 12, 2016
1 parent fd4f59a commit 4f7cdb9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -81,7 +81,7 @@
"warning": "2.1.0",
"webpack": "1.13.0",
"webpack-dev-server": "1.14.1",
"wowjs": "^1.1.3"
"wow.js": "^1.2.2"
},
"engines": {
"node": "6.2.0"
Expand Down
2 changes: 1 addition & 1 deletion static/js/public.js
Expand Up @@ -15,7 +15,7 @@ require("./public/components/raty.js");

// mailchimp requirements
require("ajaxchimp");
require('imports?this=>window!wowjs');
var WOW = require('wow.js');

// make the thing work
(function(document, window, $) {
Expand Down

0 comments on commit 4f7cdb9

Please sign in to comment.