From cbe80e3de498732af8db34f0846cc92d977d9420 Mon Sep 17 00:00:00 2001 From: Kirill Zaytsev Date: Fri, 6 Dec 2024 17:29:20 +0400 Subject: [PATCH] feat: Updated package.json manifest --- .gitignore | 10 +++++++--- package.json | 7 +++++++ 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 188c14b..80915d9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,15 @@ -node_modules -coverage .cache .DS_Store .idea .vscode + +coverage +node_modules + *.sublime-project *.sublime-workspace *.dev.tale.vue *.dev.stories.js -storybook-static \ No newline at end of file + +storybook-static +.npmrc diff --git a/package.json b/package.json index 1a33e10..b5afcf4 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,13 @@ }, "unpkg": "dist/formulario.min.js", "web-types": "web-types.json", + "files": [ + "dist", + "types", + "CHANGELOG.md", + "LICENSE.txt", + "README.md" + ], "dependencies": { "is-url": "^1.2.4", "vue-class-component": "^7.2.3",