Skip to content

Commit

Permalink
Hacky fix for pnpm issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sidharthv96 committed Nov 10, 2022
1 parent ab92b5c commit 1f68ea4
Show file tree
Hide file tree
Showing 4 changed files with 2,939 additions and 1,128 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "9.2.2",
"description": "Markdownish syntax for generating flowcharts, sequence diagrams, class diagrams, gantt charts and git graphs.",
"type": "module",
"packageManager": "pnpm@7.13.2",
"packageManager": "pnpm@7.15.0",
"keywords": [
"diagram",
"markdown",
Expand Down Expand Up @@ -41,6 +41,7 @@
"test:coverage": "vitest --coverage",
"prepublishOnly": "pnpm build && pnpm test",
"prepare": "concurrently \"husky install\" \"pnpm build\"",
"postinstall": "./scripts/fixPnpmLock.sh",
"pre-commit": "lint-staged"
},
"repository": {
Expand Down Expand Up @@ -101,7 +102,7 @@
"jsdom": "^20.0.1",
"lint-staged": "^13.0.3",
"markdown-it": "^13.0.1",
"pnpm": "^7.13.2",
"pnpm": "^7.15.0",
"prettier": "^2.7.1",
"prettier-plugin-jsdoc": "^0.4.2",
"remark": "^14.0.2",
Expand Down
Loading

0 comments on commit 1f68ea4

Please sign in to comment.