Skip to content

Commit

Permalink
v1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
kristerkari committed Feb 18, 2018
1 parent 0fe5481 commit e126c85
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "css-to-react-native-transform",
"description": "Convert CSS text to a React Native stylesheet object",
"version": "1.0.7",
"version": "1.0.8",
"main": "dist/index.js",
"author": "Krister Kari",
"license": "MIT",
Expand Down Expand Up @@ -30,9 +30,17 @@
},
"repository": {
"type": "git",
"url":
"git+https://github.com/kristerkari/css-to-react-native-transform.git"
"url": "git+https://github.com/kristerkari/css-to-react-native-transform.git"
},
"keywords": ["React", "ReactNative", "styles", "CSS"],
"files": ["dist", "src", "README.md"]
"keywords": [
"React",
"ReactNative",
"styles",
"CSS"
],
"files": [
"dist",
"src",
"README.md"
]
}

0 comments on commit e126c85

Please sign in to comment.