Skip to content

Commit 32a3a4d

Browse files
committed
Update package.json
1 parent 7a66f85 commit 32a3a4d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "css-to-react-native",
33
"version": "1.0.0",
4-
"description": "",
4+
"description": "Convert CSS text to a React Native stylesheet object",
55
"main": "dist/index.js",
66
"scripts": {
77
"build-grammar": "nearleyc src/grammar.ne -o src/grammar.js",
@@ -12,8 +12,8 @@
1212
"type": "git",
1313
"url": "git+https://github.com/styled-components/css-to-react-native.git"
1414
},
15-
"keywords": [],
16-
"author": "",
15+
"keywords": ["styled-components", "React", "ReactNative", "styles", "CSS"],
16+
"author": "Jacob Parker",
1717
"license": "MIT",
1818
"bugs": {
1919
"url": "https://github.com/styled-components/css-to-react-native/issues"

0 commit comments

Comments
 (0)