Skip to content

Commit

Permalink
build: remove deno and jsr
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeccaStevens committed Oct 4, 2024
1 parent 0e54dd9 commit 9d1c677
Show file tree
Hide file tree
Showing 32 changed files with 73 additions and 5,788 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ on:
workflow_call:

jobs:
build_node:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/prepare
- run: pnpm run build:node
- run: pnpm run build
60 changes: 0 additions & 60 deletions .github/workflows/check-dist-files.yml

This file was deleted.

1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

permissions:
contents: write
id-token: write
issues: write
pull-requests: write

Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
node_modules/

/build/
/coverage/
/dist/

Expand Down
1 change: 1 addition & 0 deletions .releaserc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ plugins:
- dist
- CHANGELOG.md
- "@semantic-release/npm"
- "@sebbo2002/semantic-release-jsr"
- - "@semantic-release/github"
- releasedLabels:
- "<%= nextRelease.channel === 'next' ? 'Status: Released on Next' : 'Status: Released' %>"
25 changes: 15 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# DeepmergeTS

[![npm version](https://img.shields.io/npm/v/deepmerge-ts.svg)](https://www.npmjs.com/package/deepmerge-ts)
[![deno version](https://img.shields.io/github/v/tag/RebeccaStevens/deepmerge-ts?label=deno&sort=semver)](https://deno.land/x/deepmergets)
[![jsr Version](https://img.shields.io/jsr/v/@rebeccastevens/deepmerge)](https://jsr.io/@rebeccastevens/deepmerge)
[![CI](https://github.com/RebeccaStevens/deepmerge-ts/actions/workflows/release.yml/badge.svg)](https://github.com/RebeccaStevens/deepmerge-ts/actions/workflows/release.yml)
[![Coverage Status](https://codecov.io/gh/RebeccaStevens/deepmerge-ts/branch/main/graph/badge.svg?token=MVpR1oAbIT)](https://codecov.io/gh/RebeccaStevens/deepmerge-ts)\
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
Expand Down Expand Up @@ -32,7 +32,7 @@ your open source software supply chain meets enterprise standards now and into t

## Installation

### Node
### npm

```sh
# Install with npm
Expand All @@ -43,17 +43,22 @@ pnpm add deepmerge-ts

# Install with yarn
yarn add deepmerge-ts

# Install with bun
bun add deepmerge-ts
```

### Deno
### jsr

```jsonc
// import_map.json
{
"imports": {
"deepmerge-ts": "https://deno.land/x/deepmergets@__version__/dist/deno/index.ts",
},
}
```sh
# Install in a node project
npx jsr add @rebeccastevens/deepmerge

# Install in a deno project
deno add jsr:@rebeccastevens/deepmerge

# Install in a bun project
bunx jsr add @rebeccastevens/deepmerge
```

## Features
Expand Down
1 change: 1 addition & 0 deletions cspell.config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ overrides:
- filename: "**/*.yml"
ignoreRegExpList:
- /^\s*(?:[a-z0-9]|-|_|\"|')+:/ui # ignore keys
- /@[a-z0-9-]+\/[a-z0-9-]+/u # scoped packages

- filename: ".github/(actions|workflows)/*.yml"
ignoreRegExpList:
Expand Down
29 changes: 0 additions & 29 deletions dist/deno/LICENSE

This file was deleted.

180 changes: 0 additions & 180 deletions dist/deno/README.md

This file was deleted.

14 changes: 0 additions & 14 deletions dist/deno/actions.ts

This file was deleted.

Loading

0 comments on commit 9d1c677

Please sign in to comment.