Skip to content

Commit

Permalink
chore: add information in package json
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelAlev committed Feb 8, 2024
1 parent 8f2b3e8 commit 053d93d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
12 changes: 12 additions & 0 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@
"private": true,
"main": "src/index.ts",
"types": "src/index.ts",
"repository": {
"type": "git",
"url": "https://github.com/Frontify/fondue",
"directory": "packages/components"
},
"bugs": {
"url": "https://github.com/frontify/fondue/issues"
},
"engines": {
"node": ">=18"
},
"homepage": "https://github.com/Frontify/fondue",
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint --fix .",
Expand Down
3 changes: 2 additions & 1 deletion packages/fondue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"engines": {
"node": ">=18"
},
"homepage": "https://github.com/Frontify/fondue",
"packageManager": "[email protected]",
"main": "dist/index.umd.js",
"unpkg": "dist/index.umd.js",
Expand All @@ -34,6 +35,7 @@
},
"./tailwind": "./tailwind.config.js",
"./style": "./dist/style.css",
"./styles": "./dist/style.css",
"./extractedThirdPartyStyles": "./dist/extractedThirdPartyStyles.css",
"./dist/*": "./dist/*"
},
Expand All @@ -52,7 +54,6 @@
"generate:reactIcons": "tsx ./scripts/generateReactIcons.ts",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"lint:prettier": "prettier --check .",
"test": "cypress run --component",
"test:browser": "cypress open --component",
"test:file": "cypress run --component --spec",
Expand Down

0 comments on commit 053d93d

Please sign in to comment.