Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasferreiralimax committed Apr 22, 2023
1 parent e5a66b4 commit e6dcc36
Show file tree
Hide file tree
Showing 3 changed files with 3,988 additions and 12 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 16 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
{
"name": "technologies",
"version": "0.0.1",
"private": true,
"name": "vue-techs-logos",
"version": "0.0.4",
"private": false,
"type": "module",
"files": ["dist"],
"main": "./dist/vue-techs-logos.umd.cjs",
"module": "./dist/vue-techs-logos.js",
"types": "./dist/main.d.ts",
"exports": {
".": {
"import": "./dist/vue-techs-logos.js",
"require": "./dist/vue-techs-logos.umd.js"
},
"./dist/style.css": "./dist/style.css"
},
"scripts": {
"dev": "vite",
"build": "run-p type-check build-only",
Expand All @@ -20,7 +32,7 @@
"devDependencies": {
"@rushstack/eslint-patch": "^1.2.0",
"@types/jsdom": "^21.1.0",
"@types/node": "^18.14.2",
"@types/node": "^18.15.13",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/eslint-config-typescript": "^11.0.2",
"@vue/test-utils": "^2.3.0",
Expand Down
Loading

0 comments on commit e6dcc36

Please sign in to comment.