Skip to content

Commit

Permalink
Update package.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
hamikhambardzumyan committed Nov 21, 2024
1 parent 4e26da2 commit 3f116f2
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,28 @@
"version": "1.0.5",
"description": "Gene UI icons distributed as SVG React components.",
"author": "SoftConstruct",
"homepage": "https://github.com/softconstruct/gene-ui-icons#readme",
"repository": {
"type": "git",
"url": "https://github.com/softconstruct/gene-ui-icons"
},
"bugs": {
"url": "https://github.com/softconstruct/gene-ui-icons/issues"
},
"keywords": [
"react",
"gene-ui",
"design-system",
"SVG",
"icon",
"icons",
"iconography"
],
"main": "index.js",
"types": "index.d.ts",
"contributors": [
"Hamik Hambardzumyan <hamik.hambardumyan@softconstruct.com> (https://github.com/hamikhambardzumyan)"
],
"license": "MIT",
"scripts": {
"build": "babel-node --config-file ./configs/.babelrc ./scripts/build.js",
"create-icon": "babel-node --config-file ./configs/.babelrc ./scripts/createIcon.js",
Expand Down Expand Up @@ -41,5 +57,6 @@
"peerDependencies": {
"react": "^16.0.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0"
}
},
"license": "MIT"
}

0 comments on commit 3f116f2

Please sign in to comment.