We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5697e10 commit 6375710Copy full SHA for 6375710
README.md
@@ -11,6 +11,8 @@ npm install must-jsx
11
12
## Usage
13
14
+*Note*: If you're using `[email protected]` please use version `2.0.0` or less.
15
+
16
```javascript
17
import must from "must"
18
import mustJSX from "must-jsx"
package.json
@@ -26,9 +26,9 @@
26
},
27
"homepage": "https://github.com/nwinch/must-jsx#readme",
28
"dependencies": {
29
- "react": "^0.14.8",
30
- "react-addons-test-utils": "^0.14.8",
31
- "react-element-to-jsx-string": "^2.6.1"
+ "react": "^15.3.0",
+ "react-addons-test-utils": "^15.3.0",
+ "react-element-to-jsx-string": "^4.0.0"
32
33
"devDependencies": {
34
"babel-cli": "^6.4.5",
0 commit comments