Skip to content

Commit 73d1f67

Browse files
Marcin Szamotulskiethul
Marcin Szamotulski
authored andcommitted
fixes #5: update bower.json and packages.json
1 parent 5854e91 commit 73d1f67

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"url": "git://github.com/purescript-contrib/purescript-react-dom.git"
1717
},
1818
"dependencies": {
19-
"purescript-dom": "^4.0.0",
20-
"purescript-react": "^3.0.0",
19+
"purescript-dom": "^4.5.0",
20+
"purescript-react": "^4.0.0",
2121
"purescript-eff": "^3.1.0"
2222
}
2323
}

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,8 @@
99
"purescript-psa": "^0.5.0",
1010
"purescript": "^0.11.1",
1111
"rimraf": "^2.5.4"
12+
},
13+
"peerDependencies": {
14+
"react-dom": "^15.6.1"
1215
}
1316
}

0 commit comments

Comments
 (0)