Skip to content

Commit

Permalink
Add empty index and update test script
Browse files Browse the repository at this point in the history
  • Loading branch information
nicfv committed Feb 29, 2024
1 parent 545a093 commit 4c3c3d8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smath/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Small math function library",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "tsc --noEmit"
},
"keywords": [],
"author": {
Expand Down
Empty file added smath/src/index.ts
Empty file.

0 comments on commit 4c3c3d8

Please sign in to comment.