Skip to content

Commit f46a8e7

Browse files
committed
Transform error messages
1 parent 04c46ed commit f46a8e7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@
3434
"bugs": {
3535
"url": "https://github.com/stdlib-js/stdlib/issues"
3636
},
37-
"dependencies": {},
37+
"dependencies": {
38+
"@stdlib/error-tools-fmtprodmsg": "^0.2.2"
39+
},
3840
"devDependencies": {
3941
"@stdlib/math-base-special-pow": "^0.3.0",
4042
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
@@ -73,4 +75,4 @@
7375
"type": "opencollective",
7476
"url": "https://opencollective.com/stdlib"
7577
}
76-
}
78+
}

0 commit comments

Comments
 (0)