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

Commit ba3747a

Browse files
committed
Use classnames module
1 parent fb1eb59 commit ba3747a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

core/src/plugins/gui.ajax/res/js/vendor/nodejs/export.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ window.ReactSelect = require('react-select');
1111
window.ReactDND = require('react-dnd');
1212
window.ReactDND.HTML5Backend = require('react-dnd/modules/backends/HTML5');
1313
window.ReactDND.flow = require('lodash/function/flow');
14+
window.classNames = require('classnames');
1415
window.injectTapEventPlugin();

core/src/plugins/gui.ajax/res/js/vendor/nodejs/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"reactify": "^1.1.1",
1313
"react-select":"^0.6.5",
1414
"react-dnd":"^1.1.5",
15-
"lodash":"^3.10.1"
15+
"lodash":"^3.10.1",
16+
"classnames":"~2.1.3"
1617
}
1718
}

0 commit comments

Comments
 (0)