We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5258d2 commit 938e61bCopy full SHA for 938e61b
package.json
@@ -25,7 +25,7 @@
25
"postinstall": "npm install --prefix examples",
26
"start:sample-map": "cd examples && npm run clean-examples && npm run start:map",
27
"start:map-with-markers": "cd examples && npm run clean-examples && npm run start:map-markers",
28
- "start:geocoding-example": "cd examples && npm run clean-examples && npm run start:geocoding"
+ "start:geocoding-example": "cd examples && npm run clean-examples && npm run start:geocoding",
29
"start:places-example": "cd examples && npm run clean-examples && npm run start:places",
30
"start:autocomplete-example": "cd examples && npm run clean-examples && npm run start:autocomplete"
31
},
0 commit comments