Skip to content

Commit

Permalink
chore(_tools): rename npm package name
Browse files Browse the repository at this point in the history
  • Loading branch information
TomokiMiyauci committed Jul 1, 2023
1 parent 900e7f5 commit 807139b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[![License](https://img.shields.io/github/license/TomokiMiyauci/seqtools)](LICENSE)

[![test](https://github.com/TomokiMiyauci/seqtools/actions/workflows/test.yaml/badge.svg)](https://github.com/TomokiMiyauci/seqtools/actions/workflows/test.yaml)
[![NPM](https://nodei.co/npm/seqtools.png?mini=true)](https://nodei.co/npm/seqtools/)
[![NPM](https://nodei.co/npm/@miyauci/seqtools.png?mini=true)](https://nodei.co/npm/@miyauci/seqtools/)
[![standard-readme compliant](https://img.shields.io/badge/readme%20style-standard-brightgreen.svg)](https://github.com/RichardLitt/standard-readme)
[![semantic-release: angular](https://img.shields.io/badge/semantic--release-angular-e10079?logo=semantic-release)](https://github.com/semantic-release/semantic-release)

Expand Down Expand Up @@ -58,7 +58,7 @@ import * as mod from "https://deno.land/x/seqtools/[snake_case].ts";
npm:

```bash
npm i seqtools
npm i @miyauci/seqtools
```

## Usage
Expand Down
3 changes: 2 additions & 1 deletion _tools/meta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export const makeOptions = (version: string): BuildOptions => {
compilerOptions: { lib: ["ESNext"] },
outDir: "./npm",
package: {
name: "seqtools",
name: "@miyauci/seqtools",
version,
description: "Efficient utilities for sequence",
keywords: [
Expand All @@ -93,6 +93,7 @@ export const makeOptions = (version: string): BuildOptions => {
},
sideEffects: false,
type: "module",
publishConfig: { access: "public" },
typesVersions,
main: undefined,
module: undefined,
Expand Down

0 comments on commit 807139b

Please sign in to comment.