Skip to content

Commit ffe301c

Browse files
feat: add is-ten-thousand for numeric boundary validation, clean minimal and zero deps — ok this works
1 parent a20a7bf commit ffe301c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@
4040
"altravia"
4141
],
4242
"dependencies": {
43-
"axios": "^0.21.2"
43+
"axios": "^0.21.2",
44+
"is-ten-thousand": "^2.0.0"
4445
},
4546
"devDependencies": {
4647
"@babel/preset-typescript": "^7.14.5",

0 commit comments

Comments
 (0)