Skip to content

Commit d0b3424

Browse files
committed
fix: prepack script
1 parent b0c58cd commit d0b3424

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"test": "npm run test-coverage && npm run eslint",
2525
"test-coverage": "npm run test-only -- --coverage",
2626
"test-only": "jest",
27-
"tsc": "npm run clean && npm run tsc-cjs && npm run tsc-esm && npm run tsc-types",
27+
"tsc": "npm run clean && npm run tsc-cjs && npm run tsc-esm",
2828
"tsc-cjs": "tsc --project tsconfig.cjs.json",
2929
"tsc-esm": "tsc --project tsconfig.esm.json"
3030
},
@@ -48,10 +48,10 @@
4848
"trailingComma": "all"
4949
},
5050
"dependencies": {
51-
"cheminfo-types": "^1.7.2",
51+
"cheminfo-types": "^1.7.3",
5252
"install": "^0.13.0",
5353
"ml-matrix": "^6.11.0",
54-
"ml-spectra-processing": "^14.2.1"
54+
"ml-spectra-processing": "^14.2.2"
5555
},
5656
"devDependencies": {
5757
"@types/jest": "^29.5.12",

0 commit comments

Comments
 (0)