Skip to content

Commit 7347065

Browse files
authored
Merge pull request #58 from styled-components/v2.1.0
v2.1.0
2 parents 891eeb1 + f68806e commit 7347065

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "css-to-react-native",
3-
"version": "2.0.4",
3+
"version": "2.1.0",
44
"description": "Convert CSS text to a React Native stylesheet object",
55
"main": "dist/index.js",
66
"scripts": {
@@ -9,7 +9,10 @@
99
"test:watch": "jest --watch",
1010
"prepublish": "npm run build"
1111
},
12-
"files": ["dist", "src"],
12+
"files": [
13+
"dist",
14+
"src"
15+
],
1316
"repository": {
1417
"type": "git",
1518
"url": "git+https://github.com/styled-components/css-to-react-native.git"

0 commit comments

Comments
 (0)