Skip to content

Commit dffe159

Browse files
author
soliury
committed
1.0.3
1 parent a0a6bd0 commit dffe159

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

package.json

100755100644
Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
{
2-
"name": "react-native-html-render",
3-
"version": "1.0.2",
4-
"description": "A html render for react-native",
5-
"main": "index.js",
6-
"scripts": {
7-
"test": "istanbul test _mocha --report html -- test/*.js --reporter spec"
8-
},
9-
"repository": {
10-
"type": "git",
11-
"url": "git+https://github.com/soliury/react-native-html-render.git"
12-
},
13-
"keywords": [
14-
"react-component",
15-
"react-native",
16-
"ios"
17-
],
18-
"author": "soliury",
19-
"license": "ISC",
20-
"bugs": {
21-
"url": "https://github.com/soliury/react-native-html-render/issues"
22-
},
23-
"homepage": "https://github.com/soliury/react-native-html-render#readme",
24-
"devDependencies": {
25-
"chai": "^3.0.0",
26-
"istanbul": "^0.3.17",
27-
"mocha": "^2.2.5"
28-
}
2+
"name": "react-native-html-render",
3+
"version": "1.0.3",
4+
"description": "A html render for react-native",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "istanbul test _mocha --report html -- test/*.js --reporter spec"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/soliury/react-native-html-render.git"
12+
},
13+
"keywords": [
14+
"react-component",
15+
"react-native",
16+
"ios"
17+
],
18+
"author": "soliury",
19+
"license": "ISC",
20+
"bugs": {
21+
"url": "https://github.com/soliury/react-native-html-render/issues"
22+
},
23+
"homepage": "https://github.com/soliury/react-native-html-render#readme",
24+
"devDependencies": {
25+
"chai": "^3.0.0",
26+
"istanbul": "^0.3.17",
27+
"mocha": "^2.2.5"
28+
}
2929
}

0 commit comments

Comments
 (0)