Add keywords in package.json for npm
This commit is contained in:
2
package-lock.json
generated
2
package-lock.json
generated
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
10
package.json
10
package.json
@@ -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": {
|
||||||
|
|||||||
Reference in New Issue
Block a user