forked from YaroslavSl/llrp-ts
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
00100e8
commit 82918b4
Showing
1 changed file
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@dominicvonk/llrp-ts", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "UHF Tag reader for connecting with RFID reader through LLRP. (LLRP UHF RFID Driver)", | ||
"main": "./dist/index.js", | ||
"types": "index.d.ts", | ||
|
@@ -11,9 +11,12 @@ | |
"tslint-fix": "./node_modules/.bin/tslint -c tslint.json -p tsconfig.json --fix", | ||
"test": "./node_modules/.bin/jest --coverage --forceExit --detectOpenHandles" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+ssh://[email protected]/YaroslavSl/llrp-ts.git" | ||
"url": "git+ssh://[email protected]/DominicVonk/llrp-ts.git" | ||
}, | ||
"dependencies": { | ||
"@types/node-int64": "^0.4.29", | ||
|