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",