Skip to content

Commit

Permalink
fix module generation
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksey Levenstein committed Mar 11, 2018
1 parent 2fa724d commit 6b4aec8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ var pkg = require('./package.json');
var banner = ['/*!', pkg.name, pkg.version, '*/\n'].join(' ');
var umdOptions = {
exports: 'Tether',
namespace: 'Tether'
namespace: 'Tether',
deps: []
};


Expand Down

0 comments on commit 6b4aec8

Please sign in to comment.