We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ef8945 commit 96f566eCopy full SHA for 96f566e
.github/workflows/publish.yml
@@ -18,7 +18,8 @@ jobs:
18
env:
19
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
20
run: |
21
- npm install
+ npm install
22
+ npm rebuild
23
npm run publish
24
25
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "nfc-library-electron",
3
"productName": "IUT NFC Library",
4
- "version": "1.0.2",
+ "version": "1.0.3",
5
"description": "IUT NFC Library driver software",
6
"repository": {
7
"url": "https://github.com/awesomelike/nfc-library-electron"
0 commit comments