Skip to content

Commit

Permalink
limit distro size
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonray committed Dec 7, 2023
1 parent e16b798 commit c99c5f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
"version": "2.17.2",
"description": "statman-stopwatch is one of the metrics from the statman library. It is a simple high res stopwatch for node.js. Stopwatch is useful for determining the amount of time it takes to perform an activity.",
"main": "lib/Stopwatch.js",
"files": [
"lib"
],
"scripts": {
"test": "mocha test/"
},
Expand Down

0 comments on commit c99c5f2

Please sign in to comment.