Skip to content

Commit

Permalink
Added repository url in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mahyarkarimi committed Dec 28, 2023
1 parent 30d905d commit a043907
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,12 @@
"storybook": "NODE_OPTIONS=--openssl-legacy-provider storybook dev -p 6006",
"build-storybook": "NODE_OPTIONS=--openssl-legacy-provider storybook build"
},
"author": "",
"author": "Mahyar Karimi",
"license": "MIT",
"repository": {
"url": "https://github.com/mahyarkarimi/tabler-react",
"type": "git"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
Expand Down Expand Up @@ -52,7 +56,5 @@
"rc-slider": "^10.3.1",
"rc-table": "^7.35.2"
},
"readme": "ERROR: No README data found!",
"_id": "tabler-react@1.0.0",
"packageManager": "yarn@4.0.1"
"readme": "README.md",
}

0 comments on commit a043907

Please sign in to comment.