Skip to content

Commit

Permalink
Merge pull request #1 from web-ts/main
Browse files Browse the repository at this point in the history
🔧 Updated package.json.
  • Loading branch information
web-ts authored Nov 11, 2022
2 parents 60ac733 + 0bf6259 commit 67087a0
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-material-you",
"version": "0.0.1",
"description": "",
"description": "Material design 3 UI framework for Vue 3",
"scripts": {
"dev": "vite",
"build": "vite build",
Expand All @@ -13,6 +13,15 @@
"files": [
"dist"
],
"keywords": [
"vue",
"typescript",
"material",
"design",
"ui",
"framework",
"vue-framework"
],
"types": "./dist/index.d.ts",
"main": "./dist/vue-material-you.umd.js",
"module": "./dist/vue-material-you.es.js",
Expand All @@ -21,6 +30,7 @@
"peerDependencies": {
"vue": "^3.2.43"
},
"packageManager": "[email protected]",
"devDependencies": {
"@iconify/vue": "^4.0.0",
"@material/material-color-utilities": "^0.2.0",
Expand Down

0 comments on commit 67087a0

Please sign in to comment.