Skip to content

Commit 4161506

Browse files
committed
Transform error messages
1 parent 6ac7a2b commit 4161506

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
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
4042
"istanbul": "^0.4.1",
@@ -78,4 +80,4 @@
7880
"type": "opencollective",
7981
"url": "https://opencollective.com/stdlib"
8082
}
81-
}
83+
}

0 commit comments

Comments
 (0)