Skip to content

Commit bd016d1

Browse files
committed
Transform error messages
1 parent cdd3221 commit bd016d1

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@
3636
"bugs": {
3737
"url": "https://github.com/stdlib-js/stdlib/issues"
3838
},
39-
"dependencies": {},
39+
"dependencies": {
40+
"@stdlib/error-tools-fmtprodmsg": "^0.2.3"
41+
},
4042
"devDependencies": {
4143
"@stdlib/assert-is-string": "^0.2.3",
4244
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
@@ -78,4 +80,4 @@
7880
"type": "opencollective",
7981
"url": "https://opencollective.com/stdlib"
8082
}
81-
}
83+
}

0 commit comments

Comments
 (0)