Skip to content

Commit 804450c

Browse files
committed
v1.0.1
1 parent c1fd2e8 commit 804450c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-web-linear-gradient",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "React Native for Web implementation of react-native-linear-gradient",
55
"main": "src/index.js",
66
"repository": {
@@ -23,7 +23,9 @@
2323
"test": "echo \"Error: no test specified\" && exit 1"
2424
},
2525
"babel": {
26-
"presets": [ "react-native" ]
26+
"presets": [
27+
"react-native"
28+
]
2729
},
2830
"devDependencies": {
2931
"babel-core": "^6.26.0",

0 commit comments

Comments
 (0)