Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Use classnames module
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Sep 25, 2015
1 parent fb1eb59 commit ba3747a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions core/src/plugins/gui.ajax/res/js/vendor/nodejs/export.js
Expand Up @@ -11,4 +11,5 @@ window.ReactSelect = require('react-select');
window.ReactDND = require('react-dnd');
window.ReactDND.HTML5Backend = require('react-dnd/modules/backends/HTML5');
window.ReactDND.flow = require('lodash/function/flow');
window.classNames = require('classnames');
window.injectTapEventPlugin();
3 changes: 2 additions & 1 deletion core/src/plugins/gui.ajax/res/js/vendor/nodejs/package.json
Expand Up @@ -12,6 +12,7 @@
"reactify": "^1.1.1",
"react-select":"^0.6.5",
"react-dnd":"^1.1.5",
"lodash":"^3.10.1"
"lodash":"^3.10.1",
"classnames":"~2.1.3"
}
}

0 comments on commit ba3747a

Please sign in to comment.