Skip to content

Commit 7aea4cf

Browse files
committed
force clef-parse to use the same nice-path version so we don't bundle it into the binary twice
1 parent 9bd963f commit 7aea4cf

3 files changed

Lines changed: 7 additions & 9 deletions

File tree

meta/tests/package-lock.json

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 1 addition & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"mark-applier": "^0.5.2",
2727
"mdtocs": "^1.0.5",
2828
"minimatch": "^5.1.0",
29-
"nice-path": "^3.2.2",
29+
"nice-path": "3.2.2",
3030
"papaparse": "^5.5.3",
3131
"path-less-traveled": "^2.2.1",
3232
"pheno": "^1.13.0",
@@ -39,6 +39,9 @@
3939
"typescript-assert-utils": "^1.1.0",
4040
"yaml": "^2.9.0"
4141
},
42+
"overrides": {
43+
"nice-path": "3.2.2"
44+
},
4245
"scripts": {
4346
"build": "meta/build.sh",
4447
"test": "cd meta/tests && npm run test --",

0 commit comments

Comments
 (0)