Skip to content

Commit b365d4d

Browse files
committed
v1.0.1
1 parent dedfda6 commit b365d4d

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

package.json

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "css-to-react-native-transform",
33
"description": "Convert CSS text to a React Native stylesheet object",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"main": "dist/index.js",
66
"author": "Krister Kari",
77
"license": "MIT",
@@ -30,9 +30,17 @@
3030
},
3131
"repository": {
3232
"type": "git",
33-
"url":
34-
"git+https://github.com/kristerkari/css-to-react-native-transform.git"
33+
"url": "git+https://github.com/kristerkari/css-to-react-native-transform.git"
3534
},
36-
"keywords": ["React", "ReactNative", "styles", "CSS"],
37-
"files": ["dist", "src", "README.md"]
35+
"keywords": [
36+
"React",
37+
"ReactNative",
38+
"styles",
39+
"CSS"
40+
],
41+
"files": [
42+
"dist",
43+
"src",
44+
"README.md"
45+
]
3846
}

0 commit comments

Comments
 (0)