Skip to content

Commit 41b797c

Browse files
author
Aurore
committed
v0.1.0
1 parent 88720b9 commit 41b797c

1 file changed

Lines changed: 12 additions & 4 deletions

File tree

package.json

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-web-maps",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"description": "React Native for Web implementation of react-native-maps",
55
"main": "src/index.js",
66
"repository": {
@@ -13,10 +13,18 @@
1313
"url": "https://github.com/aurorem"
1414
},
1515
"license": "MIT",
16-
"keywords": ["react-native", "react-native-web", "react-native-web-maps"],
17-
"scripts": { "test": "echo \"Error: no test specified\" && exit 1" },
16+
"keywords": [
17+
"react-native",
18+
"react-native-web",
19+
"react-native-web-maps"
20+
],
21+
"scripts": {
22+
"test": "echo \"Error: no test specified\" && exit 1"
23+
},
1824
"babel": {
19-
"presets": ["react-native"]
25+
"presets": [
26+
"react-native"
27+
]
2028
},
2129
"devDependencies": {
2230
"babel-core": "^6.26.0",

0 commit comments

Comments
 (0)