Skip to content

Commit

Permalink
add missing fields to packages package.json files
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderkraus committed Dec 21, 2023
1 parent 5adb243 commit d032944
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 4 additions & 2 deletions packages/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"version": "1.0.0-alpha.0",
"type": "module",
"description": "Vector icons of the fronnt UI design system",
"author": "inniti <[email protected]> (https://www.inniti.de)",
"homepage": "https://www.fronntui.pro",
"license": "MIT",
"files": [
"./svg",
"./index.d.ts",
Expand Down Expand Up @@ -63,8 +66,7 @@
"./x-circle": "./svg/x-circle.svg",
"./x": "./svg/x.svg"
},
"author": "inniti <[email protected]> (https://www.inniti.de)",
"scripts": {
"build": "node ./build/cleanup.js && node ./build/update-exports.js"
}
}
}
6 changes: 4 additions & 2 deletions packages/styles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"name": "@fronntui/styles",
"version": "1.0.0-alpha.0",
"description": "CSS Stylesheets for fronnt UI components",
"author": "inniti <[email protected]> (https://www.inniti.de)",
"homepage": "https://www.fronntui.pro",
"license": "MIT",
"main": "dist/index.css",
"type": "module",
"files": [
Expand Down Expand Up @@ -63,7 +66,6 @@
"ecommerce",
"components"
],
"author": "inniti <[email protected]> (https://www.inniti.de)",
"devDependencies": {
"cssnano": "^6.0.2",
"postcss": "^8.4.32",
Expand All @@ -72,4 +74,4 @@
"postcss-preset-env": "^9.3.0",
"rimraf": "^5.0.5"
}
}
}
2 changes: 2 additions & 0 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"version": "1.0.0-alpha.0",
"description": "fronnt UI Vue components",
"author": "inniti <[email protected]> (https://www.inniti.de)",
"homepage": "https://www.fronntui.pro",
"license": "MIT",
"type": "module",
"types": "./dist/lib.d.ts",
"files": [
Expand Down

0 comments on commit d032944

Please sign in to comment.