Skip to content

Commit

Permalink
build(deps): change @fajarkim/svg2img from devDependencies to depende…
Browse files Browse the repository at this point in the history
…ncies (#89)
  • Loading branch information
FajarKim authored Nov 4, 2023
1 parent bed1f20 commit b446b37
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 41 deletions.
45 changes: 6 additions & 39 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "🙀 Generate your Stats GitHub Profile in SVG",
"main": "api/index.ts",
"dependencies": {
"@fajarkim/svg2img": "^0.0.1",
"axios": "^1.6.0",
"dotenv": "^16.3.1",
"express": "^4.18.2",
Expand All @@ -21,7 +22,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/FajarKim/github-readme-profile.git"
"url": "git+https://github.com/FajarKim/github-readme-profile.git"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com"
Expand All @@ -37,8 +38,8 @@
},
"homepage": "https://github.com/FajarKim/github-readme-profile#readme",
"devDependencies": {
"@fajarkim/svg2img": "^0.0.1",
"@markdoc/markdoc": "^0.3.4",
"@resvg/resvg-js": "^2.6.0",
"@types/express": "^4.17.20",
"@types/node": "^20.8.10",
"nodemon": "^3.0.1"
Expand Down

0 comments on commit b446b37

Please sign in to comment.