From 0deaa649a4e1f368d025abf8269a33c4223d5cbf Mon Sep 17 00:00:00 2001 From: Ben Merckx Date: Thu, 29 Aug 2024 13:05:16 +0200 Subject: [PATCH] Update readme --- .github/workflows/jsr.yml | 6 +++--- README.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/jsr.yml b/.github/workflows/jsr.yml index a24eaa1..17de46a 100644 --- a/.github/workflows/jsr.yml +++ b/.github/workflows/jsr.yml @@ -1,4 +1,4 @@ -name: Publish +name: CI on: push: branches: @@ -18,7 +18,7 @@ jobs: - run: bun i --frozen-lockfile - run: bun test - run: bunx jsr publish --config jsr.json --dry-run - publishNPM: + npm: runs-on: ubuntu-latest needs: test if: startsWith(github.ref, 'refs/tags/v') @@ -29,7 +29,7 @@ jobs: - run: | npm config set //registry.npmjs.org/:_authToken ${{secrets.NPM_AUTH_TOKEN}} npm publish - publishJSR: + jsr: runs-on: ubuntu-latest needs: test permissions: diff --git a/README.md b/README.md index 0bfd489..bf11499 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # suite -[![NPM Version](https://img.shields.io/npm/v/@benmerckx/suite)](https://www.npmjs.com/package/@benmerckx/suite) -[![JSR](https://jsr.io/badges/@benmerckx/suite)](https://jsr.io/@benmerckx/suite) +[![NPM Version](https://img.shields.io/npm/v/@alinea/suite)](https://www.npmjs.com/package/@alinea/suite) +[![JSR](https://jsr.io/badges/@alinea/suite)](https://jsr.io/@alinea/suite) Describe tests that run in the native test runners of Node.js, Deno and Bun. @@ -9,7 +9,7 @@ Describe tests that run in the native test runners of Node.js, Deno and Bun. ````ts // example.test.js -import {suite} from '@benmerckx/suite' +import {suite} from '@alinea/suite' suite(import.meta, test => { test('is', () => {