~singpolyma/snikket-react

c60df57b6718920f64c4fa4e56de453e2aa99fd8 — Stephen Paul Weber 12 days ago 7ee8804
Switch to my gitpkg
2 files changed, 2 insertions(+), 3 deletions(-)

M .builds/debian-stable.yml
M package.json
M .builds/debian-stable.yml => .builds/debian-stable.yml +1 -2
@@ 9,8 9,7 @@ artifacts:
tasks:
- dependencies: |
    cd snikket-react
    npm config set registry http://registry.npmjs.org/
    env -i npm --dd i
    npm --dd i
- build: |
    cd snikket-react
    npx prettier src --check

M package.json => package.json +1 -1
@@ 39,7 39,7 @@
    "react-tiny-popover": "~8.0.4",
    "react-virtuoso": "^4.6.2",
    "sasl-scram-sha-1": "^1.3.0",
    "snikket-sdk": "https://gitpkg.vercel.app/snikket-im/snikket-sdk/npm?compiled",
    "snikket-sdk": "https://gitpkg-singpolyma.vercel.app/snikket-im/snikket-sdk/npm?compiled",
    "typescript": "^4.7.4",
    "usehooks-ts": "^2.9.1",
    "uuidv7": "^0.6.3",