Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
iprzybysz committed Aug 8, 2022
1 parent d41776a commit cad5499
Showing 1 changed file with 23 additions and 4 deletions.
27 changes: 23 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mdb-react-template",
"version": "4.0.0",
"name": "@mdbootstrap/react-product-cards",
"version": "1.0.0",
"description": "template for mdb-react-ui-kit",
"private": true,
"dependencies": {
Expand All @@ -19,7 +19,17 @@
},
"keywords": [
"template",
"react"
"react",
"bootstrap",
"bootstrap5",
"bootstrap-template",
"bootstrap-theme",
"css",
"html",
"js",
"product",
"cards",
"product-cards"
],
"author": "MDBootstrap",
"license": "MIT",
Expand All @@ -34,5 +44,14 @@
"last 1 firefox version",
"last 1 safari version"
]
}
},
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/mdbootstrap/react-product-cards.git"
},
"bugs": {
"url": "https://github.com/mdbootstrap/react-product-cards/issues"
},
"homepage": "https://mdbootstrap.com/docs/standard/extended/product-cards/"
}

0 comments on commit cad5499

Please sign in to comment.