Skip to content

Commit b88295f

Browse files
committed
1.0.3
1 parent e092ea5 commit b88295f

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

package.json

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "css-to-react-native",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Convert CSS text to a React Native stylesheet object",
55
"main": "dist/index.js",
66
"scripts": {
@@ -13,7 +13,13 @@
1313
"type": "git",
1414
"url": "git+https://github.com/styled-components/css-to-react-native.git"
1515
},
16-
"keywords": ["styled-components", "React", "ReactNative", "styles", "CSS"],
16+
"keywords": [
17+
"styled-components",
18+
"React",
19+
"ReactNative",
20+
"styles",
21+
"CSS"
22+
],
1723
"author": "Jacob Parker",
1824
"license": "MIT",
1925
"bugs": {

0 commit comments

Comments
 (0)