Skip to content

Commit c1c9ca6

Browse files
committed
2 parents 35d2674 + 88cf3d0 commit c1c9ca6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,9 @@
8484
"asarUnpack": "**\\*.{node,dll}",
8585
"productName": "TxCRCPME",
8686
"mac": {
87-
"target": ["dmg"],
87+
"target": [
88+
"dmg"
89+
],
8890
"category": "public.app-category.utilities"
8991
},
9092
"win": {

src/component/TransferFuncVar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

22
export const A = 18.985;
33
export const B = 5;
4-
export const C = -1.1;
4+
export const C = -2.1;
55

0 commit comments

Comments
 (0)