Skip to content

Commit b6f7318

Browse files
committedNov 1, 2024
Transform error messages
1 parent 83cd831 commit b6f7318

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@
3838
},
3939
"dependencies": {
4040
"@stdlib/assert-is-integer": "^0.2.2",
41-
"@stdlib/constants-array-max-typed-array-length": "^0.2.2"
41+
"@stdlib/constants-array-max-typed-array-length": "^0.2.2",
42+
"@stdlib/error-tools-fmtprodmsg": "^0.2.2"
4243
},
4344
"devDependencies": {
4445
"@stdlib/assert-is-boolean": "^0.2.2",
@@ -90,4 +91,4 @@
9091
"type": "opencollective",
9192
"url": "https://opencollective.com/stdlib"
9293
}
93-
}
94+
}

0 commit comments

Comments
 (0)
Please sign in to comment.