We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df10878 commit 025288eCopy full SHA for 025288e
gulpfile.js
@@ -15,7 +15,8 @@ var taskConfig ={
15
component: {
16
name: 'Codemirror',
17
dependencies: [
18
-'react'
+'react',
19
+'react-dom'
20
],
21
lib: 'lib'
22
},
package.json
@@ -21,6 +21,7 @@
"gulp": "^3.9.0",
"happiness": "^1.0.7",
23
"react": "^0.14.0",
24
+"react-dom": "^0.14.0",
25
"react-component-gulp-tasks": "^0.7.7"
26
27
"peerDependencies":{
0 commit comments