We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1fd2e8 commit 804450cCopy full SHA for 804450c
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-web-linear-gradient",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"description": "React Native for Web implementation of react-native-linear-gradient",
5
"main": "src/index.js",
6
"repository": {
@@ -23,7 +23,9 @@
23
"test": "echo \"Error: no test specified\" && exit 1"
24
},
25
"babel": {
26
- "presets": [ "react-native" ]
+ "presets": [
27
+ "react-native"
28
+ ]
29
30
"devDependencies": {
31
"babel-core": "^6.26.0",
0 commit comments