Skip to content

Commit

Permalink
update pcakage.json
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdrackett committed Jun 23, 2019
1 parent fc962a1 commit d72c0eb
Showing 1 changed file with 21 additions and 3 deletions.
24 changes: 21 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
{
"name": "mapkit",
"version": "0.1.0",
"name": "react-mapkit",
"version": "0.6.0",
"description": "React wrapper for Apple's mapkit.js.",
"license": "MIT",
"author": "Chris Drackett",
"homepage": "https://github.com/chrisdrackett/react-mapkit",
"repository": {
"type": "git",
"url": "https://github.com/chrisdrackett/react-mapkit"
},
"bugs": {
"url": "https://github.com/chrisdrackett/react-mapkit/issues"
},
"keywords": [
"react-component",
"maps",
"mapkit",
"apple"
],
"main": "dist/index.js",
"umd:main": "dist/mapkit.umd.production.js",
"module": "dist/mapkit.es.production.js",
Expand Down Expand Up @@ -83,6 +100,7 @@
"start": "concurrently \"yarn:package\" \"yarn:example\"",
"build": "tsdx build",
"test": "tsdx test --env=jsdom",
"build-storybook": "build-storybook"
"build-storybook": "build-storybook",
"deploy": "./scripts/deploy.js"
}
}

0 comments on commit d72c0eb

Please sign in to comment.