Add keywords in package.json for npm

This commit is contained in:
Fawad Mirzad
2020-10-19 15:03:04 +02:00
parent 5cb3187e99
commit 2b9c93da8a
2 changed files with 10 additions and 2 deletions

2
package-lock.json generated
View File

@@ -1,5 +1,5 @@
{
"name": "@fawmi/vue-google-maps",
"version": "0.1.2",
"version": "0.1.4",
"lockfileVersion": 1
}

View File

@@ -1,7 +1,7 @@
{
"name": "@fawmi/vue-google-maps",
"description": "Google Map components for Vue.js 3",
"version": "0.1.2",
"version": "0.1.4",
"private": false,
"main": "index.js",
"scripts": {
@@ -11,6 +11,14 @@
"type": "git",
"url": "git+https://github.com/fawmi/vue-google-maps.git"
},
"keywords": [
"vuejs3",
"googlemaps",
"vue 3 google maps",
"vuejs3 google maps",
"vue.js 3 google maps",
"vue"
],
"author": "Fawad Mirzad",
"license": "ISC",
"bugs": {