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", "name": "@fawmi/vue-google-maps",
"version": "0.1.2", "version": "0.1.4",
"lockfileVersion": 1 "lockfileVersion": 1
} }

View File

@@ -1,7 +1,7 @@
{ {
"name": "@fawmi/vue-google-maps", "name": "@fawmi/vue-google-maps",
"description": "Google Map components for Vue.js 3", "description": "Google Map components for Vue.js 3",
"version": "0.1.2", "version": "0.1.4",
"private": false, "private": false,
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
@@ -11,6 +11,14 @@
"type": "git", "type": "git",
"url": "git+https://github.com/fawmi/vue-google-maps.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", "author": "Fawad Mirzad",
"license": "ISC", "license": "ISC",
"bugs": { "bugs": {