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 02a20dd commit 51501c5Copy full SHA for 51501c5
package.json
@@ -24,7 +24,7 @@
24
"postversion": "git push -u origin chore/release-${npm_package_version} && git push --tags --no-verify",
25
"start:sample-map": "cd examples && npm run clean-examples && npm i && npm run start:map",
26
"start:map-with-markers": "cd examples && npm run clean-examples && npm i && npm run start:map-markers",
27
- "start:autocomplete-example": "cd examples && npm run clean-examples && npm i && npm run start:autocomplete",
+ "start:autocomplete-example": "cd examples && npm run clean-examples && npm run start:autocomplete",
28
"start:geocoding-example": "cd examples && npm run clean-examples && npm i && npm run start:geocoding"
29
},
30
"keywords": [
0 commit comments