Skip to content

Commit

Permalink
Resolve ReactMount not found error (#786)
Browse files Browse the repository at this point in the history
  • Loading branch information
doug-wade authored and gigabo committed Dec 9, 2016
1 parent f121bff commit 58dfbf9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions packages/react-server-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,16 @@
},
"devDependencies": {
"ava": "^0.16.0",
"babel-eslint": "^7.0.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-react-server": "^0.4.10",
"eslint-plugin-react": "^6.4.1",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-eslint": "^3.0.1",
"nsp": "^2.6.2",
"react-hot-loader": "^1.3.1",
"react-server-gulp-module-tagger": "^0.4.10",
"rimraf": "^2.5.4",
"babel-eslint": "^7.0.0",
"eslint-plugin-react": "^6.4.1"
"rimraf": "^2.5.4"
}
}

0 comments on commit 58dfbf9

Please sign in to comment.