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 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" ,
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}
You can’t perform that action at this time.
0 commit comments