Skip to content

Commit 4c53561

Browse files
author
Sergey Zarouski
committed
Add support for v15.
1 parent 68b00f9 commit 4c53561

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sourcejs-react",
3-
"version": "3.0.1",
3+
"version": "4.0.0",
44
"description": "React middleware for sourcejs.com",
55
"main": "index.js",
66
"dependencies": {
@@ -9,8 +9,8 @@
99
"eol": "^0.2.0",
1010
"lodash": "^3.8.0",
1111
"minimatch": "^2.0.10",
12-
"react": "^0.14.3",
13-
"react-dom": "^0.14.3"
12+
"react": "^15.0.0",
13+
"react-dom": "^15.0.0"
1414
},
1515
"devDependencies": {
1616
"chai": "^3.3.0"

0 commit comments

Comments
 (0)