Added files to be delivered/ignored to the package .json 📦

This commit is contained in:
Nicolai Ort 2020-08-30 15:00:44 +02:00
parent 928503eb65
commit 82a41356c8
2 changed files with 14 additions and 0 deletions

6
.npmignore Normal file
View File

@ -0,0 +1,6 @@
node_modules
.DS_Store
.vscode
*.lock
.gitlab-ci.yml
.gitignore

View File

@ -27,6 +27,14 @@
}, },
"keywords": [ "odit", "odit.services", "html", "js", "mailto", "custom-mail" ], "keywords": [ "odit", "odit.services", "html", "js", "mailto", "custom-mail" ],
"author": "ODIT.Services", "author": "ODIT.Services",
"files": [
"**/dist",
"**/src",
"package.json",
"README.md",
"gulpfile.js",
"index.html"
],
"bugs": { "bugs": {
"url": "https://gitlab.com/odit.services/mailymaily/issues" "url": "https://gitlab.com/odit.services/mailymaily/issues"
}, },