Skip to content

Commit ea6498a

Browse files
committed
updating package.json to new react and react-native versions
1 parent 4e85ac5 commit ea6498a

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

example/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
"eject": "react-native-scripts eject",
99
"android": "react-native-scripts android",
1010
"ios": "react-native-scripts ios",
11-
"test": "node node_modules/jest/bin/jest.js --watch"
11+
"test": "node node_modules/jest/bin/jest.js --watch",
12+
"startdev": "node ../bin/watch.js"
13+
1214
},
1315
"jest": {
1416
"preset": "jest-expo"
@@ -23,8 +25,6 @@
2325
"jest-expo": "~18.0.0",
2426
"react-native-scripts": "0.0.50",
2527
"react-test-renderer": "16.0.0-alpha.12",
26-
"markdown-it": "^8.4.0",
27-
"prop-types": "^15.5.10",
28-
"react-native-fit-image": "^1.5.2"
28+
2929
}
3030
}

package.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
"name": "react-native-markdown-renderer",
33
"version": "2.1.0",
44
"description": "Markdown renderer for react-native, with CommonMark spec support + adds syntax extensions & sugar (URL autolinking, typographer).",
5-
"main": "index.js",
5+
"main": "src/index.js",
66
"scripts": {
7-
"test": "echo \"Error: no test specified\" && exit 1"
87
},
98
"repository": {
109
"type": "git",
@@ -30,7 +29,11 @@
3029
"react-native-fit-image": "^1.5.2"
3130
},
3231
"peerDependencies": {
33-
"react": "^15.x",
34-
"react-native": "^0.44.0"
32+
"react": "^16.2.0",
33+
"react-native": "^0.50.4"
34+
},
35+
"devDependencies": {
36+
"chokidar": "^2.0.0",
37+
"fs-extra": "^5.0.0"
3538
}
3639
}

0 commit comments

Comments
 (0)