Skip to content

Commit

Permalink
Removing loader script as it apparently breaks browserify/webpack loa…
Browse files Browse the repository at this point in the history
…ding (sigh)

webstorm missed files
  • Loading branch information
avoidwork committed Apr 30, 2017
1 parent 0e07bba commit 54d9770
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/node_modules/
/lib/filesize.min.js
/lib/filesize.min.js.map
/lib/filesize.es6.js
/lib/filesize.es6.min.js
/lib/filesize.es6.min.js.map
/src/
Expand Down
1 change: 0 additions & 1 deletion index.js

This file was deleted.

2 changes: 1 addition & 1 deletion lib/filesize.es6.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* @copyright 2017 Jason Mulligan <jason.mulligan@avoidwork.com>
* @license BSD-3-Clause
* @version 3.5.8
* @version 3.5.9
*/
(function (global) {
const b = /^(b|B)$/,
Expand Down
2 changes: 1 addition & 1 deletion lib/filesize.es6.min.js

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

2 changes: 1 addition & 1 deletion lib/filesize.es6.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/filesize.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @copyright 2017 Jason Mulligan <jason.mulligan@avoidwork.com>
* @license BSD-3-Clause
* @version 3.5.8
* @version 3.5.9
*/
(function (global) {
var b = /^(b|B)$/,
Expand Down
2 changes: 1 addition & 1 deletion lib/filesize.min.js

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

2 changes: 1 addition & 1 deletion lib/filesize.min.js.map

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

0 comments on commit 54d9770

Please sign in to comment.