vue2-google-maps
Advanced tools
Comparing version 0.2.1 to 0.2.2
{ | ||
"name": "vue2-google-maps", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "This is a google map component for Vue.js, updated for Vue 2 compatibility", | ||
@@ -9,3 +9,4 @@ "main": "index.js", | ||
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules", | ||
"test": "lab -T node_modules/lab-babel -t 100 -S test" | ||
"test": "lab -T node_modules/lab-babel -t 100 -S test", | ||
"deploy": "npm run build && cd examples && webpack && gh-pages -d ." | ||
}, | ||
@@ -27,5 +28,6 @@ "dependencies": { | ||
"babel-runtime": "^5.8.0", | ||
"cross-env": "^1.0.5", | ||
"cross-env": "^1.0.8", | ||
"css-loader": "^0.23.0", | ||
"file-loader": "^0.8.4", | ||
"gh-pages": "^0.11.0", | ||
"jsdom": "^9.8.3", | ||
@@ -32,0 +34,0 @@ "lab": "^11.1.0", |
@@ -14,6 +14,4 @@ # vue-google-maps | ||
[Demo in production](http://en.papayapods.com/?utm_source=GtHub&utm_medium=LnK&utm_campaign=V.JS%20Map%20Cmpnt.#!/search/map?city=Lausanne) | ||
[Showcase with a lot of features](http://xkjyeah.github.io/vue-google-maps/) | ||
[Showcase with a lot of features](http://guillaumeleclerc.github.io/vue-google-maps-example/) | ||
## Presentation | ||
@@ -171,6 +169,3 @@ | ||
### Note on events | ||
See [API](API.md). | ||
__All events are prefixed with `g-`. Example : `g-click` so it does not interfere with DOM events.__ | ||
__Documentation is up to date__: take a look at the wiki |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2126744
43
25
170