Skip to content

Commit

Permalink
installed debounce and exposed it in util.debounce (#993)
Browse files Browse the repository at this point in the history
  • Loading branch information
mspae authored and thijstriemstra committed Feb 15, 2017
1 parent cef0814 commit 3052288
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"babel-preset-es2015-native-modules": "^6.9.4",
"babel-preset-stage-0": "^6.22.0",
"babel-register": "^6.18.0",
"debounce": "^1.0.0",
"esdoc": "^0.5.2",
"eslint": "^3.9.1",
"eslint-loader": "^1.6.1",
Expand Down
1 change: 1 addition & 0 deletions src/util/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ export { default as min } from './min';
export { default as Observer } from './observer';
export { default as extend } from './extend';
export { default as style } from './style';
export { default as debounce } from 'debounce';

0 comments on commit 3052288

Please sign in to comment.