Add npm ignore to the project
This commit is contained in:
12
.npmignore
Normal file
12
.npmignore
Normal file
@@ -0,0 +1,12 @@
|
||||
.github
|
||||
service
|
||||
test
|
||||
.browserlist
|
||||
.editorconfig
|
||||
.eslintrc
|
||||
.gitignore
|
||||
.prettierrc.js
|
||||
babel.config.js
|
||||
build-copy.js
|
||||
CONTRIBUTING.md
|
||||
jsconfig.json
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@fawmi/vue-google-maps",
|
||||
"description": "Google Map components for Vue.js 3",
|
||||
"version": "0.7.7",
|
||||
"version": "0.7.8",
|
||||
"private": false,
|
||||
"main": "src/main.js",
|
||||
"keywords": [
|
||||
|
||||
Reference in New Issue
Block a user