Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicVonk committed Dec 28, 2020
1 parent 024277b commit a93fb15
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dominicvonk/llrp-ts",
"version": "1.1.10",
"version": "1.1.11",
"description": "UHF Tag reader for connecting with RFID reader through LLRP. (LLRP UHF RFID Driver)",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand All @@ -14,7 +14,7 @@
"build": "npm run prettify && tsc && npm run copy:assets",
"test": "jest --coverage --forceExit --detectOpenHandles",
"test:watch": "jest --config jest.config.js --watch --detectOpenHandles",
"prepublishOnly": "npm test && npm run lintify",
"prepublishOnly": "npm test && npm run lintify && npm run build",
"preversion": "npm run lintify",
"version": "npm run prettify",
"start": "node dist/examples/example.js",
Expand Down Expand Up @@ -71,4 +71,4 @@
"url": "https://github.com/dominicvonk/llrp-ts/issues"
},
"homepage": "https://github.com/dominicvonk/llrp-ts#readme"
}
}
12 changes: 4 additions & 8 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,9 @@
"removeComments": true,
"outDir": "./dist"
},
"include": [
"src/**/*"
],
"exclude": [
"node_modules"
],
"include": ["src/**/*"],
"exclude": ["node_modules"],
"compileOnSave": true,
"watch": true,
"sourceMap": true,
}
"sourceMap": true
}

0 comments on commit a93fb15

Please sign in to comment.