Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CN-Tower committed Nov 13, 2019
1 parent 9c33e73 commit 7c23b0e
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion src/_config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**@config*/

var version = '4.0.1';
var version = '4.0.2';

var undefined, UDF = undefined
, _global = typeof global == 'object' && global && global.Object === Object && global
Expand Down
2 changes: 1 addition & 1 deletion src/debounce.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,4 @@ function debounce(func, wait, options) {
}

/**@function*/
module.exports = throwErr;
module.exports = debounce;
4 changes: 2 additions & 2 deletions src/funclib.core.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/**
* @license
* Funclib v4.0.1 <https://www.funclib.net>
* Funclib v4.0.2 <https://www.funclib.net>
* GitHub Repository <https://github.com/CN-Tower/funclib.js>
* Released under MIT license <https://github.com/CN-Tower/funclib.js/blob/master/LICENSE>
*/
; (function () {

var version = '4.0.1';
var version = '4.0.2';

var undefined, UDF = undefined
, _global = typeof global == 'object' && global && global.Object === Object && global
Expand Down
4 changes: 2 additions & 2 deletions src/funclib.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/**
* @license
* Funclib v4.0.1 <https://www.funclib.net>
* Funclib v4.0.2 <https://www.funclib.net>
* GitHub Repository <https://github.com/CN-Tower/funclib.js>
* Released under MIT license <https://github.com/CN-Tower/funclib.js/blob/master/LICENSE>
*/
; (function () {

var version = '4.0.1';
var version = '4.0.2';

var undefined, UDF = undefined
, _global = typeof global == 'object' && global && global.Object === Object && global
Expand Down
4 changes: 2 additions & 2 deletions src/funclib.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @license
* Funclib v4.0.1 <https://www.funclib.net>
* Funclib v4.0.2 <https://www.funclib.net>
* GitHub Repository <https://github.com/CN-Tower/funclib.js>
* Released under MIT license <https://github.com/CN-Tower/funclib.js/blob/master/LICENSE>
*/
Expand Down
4 changes: 2 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ var Pgbar = require('progress');

/**
* @license
* Funclib v4.0.1 <https://www.funclib.net>
* Funclib v4.0.2 <https://www.funclib.net>
* GitHub Repository <https://github.com/CN-Tower/funclib.js>
* Released under MIT license <https://github.com/CN-Tower/funclib.js/blob/master/LICENSE>
*/
; (function () {

var version = '4.0.1';
var version = '4.0.2';

var undefined, UDF = undefined
, _global = typeof global == 'object' && global && global.Object === Object && global
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "funclib",
"version": "4.0.1",
"version": "4.0.2",
"description": "A powerful javascript functions library!",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 7c23b0e

Please sign in to comment.