Skip to content

Commit

Permalink
Merge pull request #80 from scramjetorg/Witold-Pruchnicki-patch-3
Browse files Browse the repository at this point in the history
Update package.json
  • Loading branch information
Witold-Pruchnicki committed Dec 11, 2023
2 parents 28b2be9 + 45e1142 commit 902494f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions typescript/mgr-sequence/timestamp-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@scramjet/timestamp-manager",
"version": "0.1.0",
"main": "dist/index.js",
"main": "index.js",
"author": "Scramjet <open-source@scramjet.org>",
"license": "ISC",
"description": "This package contains a Scramjet Sequence that starts multiple instances of the '@scramjet/timestamp-producer' sequence, calculates the time differences between received timestamps and local timestamps, and returns the overall average difference in milliseconds to the Instance output and stdout.",
Expand All @@ -13,7 +13,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/scramjetorg/platform-samples/tree/main/typescript/mgr-sequence"
"url": "https://github.com/scramjetorg/platform-samples/tree/main/typescript/mgr-sequence/timestamp-manager"
},
"assets": [
"real-hrtime.node"
Expand Down

0 comments on commit 902494f

Please sign in to comment.