Skip to content

Commit ede4993

Browse files
committed
Release 1.0.0
1 parent 5e4a768 commit ede4993

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

lib/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-styled-text",
3-
"version": "0.3.0",
3+
"version": "1.0.0",
44
"description": "A React Native component for easy rendering of styled text.",
55
"main": "./index.js",
66
"scripts": {

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"name": "reactnativestyledtext",
3-
"version": "0.0.1",
2+
"name": "react-native-styled-text-ex",
3+
"version": "1.0.0",
44
"private": true,
55
"scripts": {
66
"start": "node node_modules/react-native/local-cli/cli.js start",
7-
"test": "jest"
7+
"test": "jest --coverage --watchAll"
88
},
99
"dependencies": {
1010
"react": "16.8.3",

0 commit comments

Comments
 (0)