From 6f40345aa0f492d0a212daa2955629a387198e04 Mon Sep 17 00:00:00 2001 From: Jamena McInteer Date: Wed, 7 Apr 2021 14:34:50 -0500 Subject: [PATCH] Update package.json and workflow --- .github/workflows/publish.yml | 14 -------------- package.json | 7 +++++-- 2 files changed, 5 insertions(+), 16 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7116c0f..7ed2f81 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -28,17 +28,3 @@ jobs: - run: npm publish env: NODE_AUTH_TOKEN: ${{secrets.npm_token}} - - publish-gpr: - needs: build - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - uses: actions/setup-node@v1 - with: - node-version: 12 - registry-url: https://npm.pkg.github.com/ - - run: npm ci - - run: npm publish - env: - NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}} diff --git a/package.json b/package.json index 816e6b6..e6b11d1 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,13 @@ { "name": "react-qr-barcode-scanner", - "version": "1.0.2", + "version": "1.0.3", "description": "A simple React Component using the client's webcam to read barcodes and QR codes.", "main": "dist/index.js", "types": "dist/index.d.ts", "author": "Jamena McInteer (https://jamena.dev)", + "files": [ + "dist" + ], "scripts": { "lint": "eslint ./src --ext .js,.jsx,.ts,.tsx --fix", "build": "rm -rf dist && tsc --build tsconfig.json", @@ -12,7 +15,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/dashboardphilippines/react-webcam-barcode-scanner.git" + "url": "git+https://github.com/jamenamcinteer/react-qr-barcode-scanner.git" }, "keywords": [ "react",