File tree Expand file tree Collapse file tree 7 files changed +28
-331
lines changed
Expand file tree Collapse file tree 7 files changed +28
-331
lines changed Original file line number Diff line number Diff line change 44examples /bundle.js
55package-lock.json
66examples /iife
7+ .envrc
Original file line number Diff line number Diff line change 1+ @alpacahq:registry = https://npm.pkg.github.com/alpacahq
2+ //npm.pkg.github.com/:_authToken = ${ NPM_TOKEN }
Original file line number Diff line number Diff line change 11SRC_DEPS = src/index.tsx src/third-party/qrcodegen/index.ts
2- CFG_DEPS = yarn.lock package.json tsup.config.ts
2+ CFG_DEPS = package.json tsup.config.ts
33
4- all : lib/index.js lib/index.d.ts lib/index.js examples/iife/demo.js
4+ all : lib/index.js lib/index.d.ts lib/index.js
55
66lib :
77 mkdir -p lib
88
99lib/index.d.ts : lib $(SRC_DEPS ) $(CFG_DEPS )
10- yarn run build:code
10+ npm run build:code
1111
1212lib/esm/index.js : lib $(SRC_DEPS ) $(CFG_DEPS )
13- yarn run build:code
13+ npm run build:code
1414
1515lib/index.js : lib $(SRC_DEPS ) $(CFG_DEPS )
16- yarn run build:code
17-
18- examples/iife/demo.js : lib/esm/index.js examples/demo.tsx
19- yarn run build:examples
16+ npm run build:code
2017
2118clean :
22- rm -rf lib examples/iife/demo.js
19+ rm -rf lib
Original file line number Diff line number Diff line change 11# qrcode.react
22
3+ This is a copy of qrcode.react
34A React component to generate [ QR codes] ( http://en.wikipedia.org/wiki/QR_code ) for rendering to the DOM.
45
56## Installation
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments