We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e4a768 commit ede4993Copy full SHA for ede4993
lib/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-styled-text",
3
- "version": "0.3.0",
+ "version": "1.0.0",
4
"description": "A React Native component for easy rendering of styled text.",
5
"main": "./index.js",
6
"scripts": {
package.json
@@ -1,10 +1,10 @@
- "name": "reactnativestyledtext",
- "version": "0.0.1",
+ "name": "react-native-styled-text-ex",
"private": true,
"start": "node node_modules/react-native/local-cli/cli.js start",
7
- "test": "jest"
+ "test": "jest --coverage --watchAll"
8
},
9
"dependencies": {
10
"react": "16.8.3",
0 commit comments