Skip to content

Commit

Permalink
Update development dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gentooboontoo committed Apr 5, 2020
1 parent 01dd5d1 commit a1ab24c
Show file tree
Hide file tree
Showing 3 changed files with 351 additions and 477 deletions.
2 changes: 1 addition & 1 deletion build/quantities.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ SOFTWARE.
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
typeof define === 'function' && define.amd ? define(factory) :
(global.Qty = factory());
(global = global || self, global.Qty = factory());
}(this, (function () { 'use strict';

/**
Expand Down
Loading

0 comments on commit a1ab24c

Please sign in to comment.