File tree Expand file tree Collapse file tree 1 file changed +21
-3
lines changed Expand file tree Collapse file tree 1 file changed +21
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
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
+ ],
4
21
"main" : " dist/index.js" ,
5
22
"umd:main" : " dist/mapkit.umd.production.js" ,
6
23
"module" : " dist/mapkit.es.production.js" ,
83
100
"start" : " concurrently \" yarn:package\" \" yarn:example\" " ,
84
101
"build" : " tsdx build" ,
85
102
"test" : " tsdx test --env=jsdom" ,
86
- "build-storybook" : " build-storybook"
103
+ "build-storybook" : " build-storybook" ,
104
+ "deploy" : " ./scripts/deploy.js"
87
105
}
88
106
}
You can’t perform that action at this time.
0 commit comments