Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicVonk authored Oct 26, 2020
1 parent 00100e8 commit 82918b4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
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",
Expand All @@ -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",
Expand Down

0 comments on commit 82918b4

Please sign in to comment.