Skip to content

Commit d72c0eb

Browse files
committed
update pcakage.json
1 parent fc962a1 commit d72c0eb

File tree

1 file changed

+21
-3
lines changed

1 file changed

+21
-3
lines changed

package.json

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
{
2-
"name": "mapkit",
3-
"version": "0.1.0",
2+
"name": "react-mapkit",
3+
"version": "0.6.0",
4+
"description": "React wrapper for Apple's mapkit.js.",
5+
"license": "MIT",
6+
"author": "Chris Drackett",
7+
"homepage": "https://github.com/chrisdrackett/react-mapkit",
8+
"repository": {
9+
"type": "git",
10+
"url": "https://github.com/chrisdrackett/react-mapkit"
11+
},
12+
"bugs": {
13+
"url": "https://github.com/chrisdrackett/react-mapkit/issues"
14+
},
15+
"keywords": [
16+
"react-component",
17+
"maps",
18+
"mapkit",
19+
"apple"
20+
],
421
"main": "dist/index.js",
522
"umd:main": "dist/mapkit.umd.production.js",
623
"module": "dist/mapkit.es.production.js",
@@ -83,6 +100,7 @@
83100
"start": "concurrently \"yarn:package\" \"yarn:example\"",
84101
"build": "tsdx build",
85102
"test": "tsdx test --env=jsdom",
86-
"build-storybook": "build-storybook"
103+
"build-storybook": "build-storybook",
104+
"deploy": "./scripts/deploy.js"
87105
}
88106
}

0 commit comments

Comments
 (0)