1
0
mirror of synced 2024-12-18 09:38:47 +03:00

feat: Updated package.json manifest

This commit is contained in:
Kirill Zaytsev 2024-12-06 17:29:20 +04:00
parent bfeba566d9
commit cbe80e3de4
2 changed files with 14 additions and 3 deletions

10
.gitignore vendored
View File

@ -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
storybook-static
.npmrc

View File

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