Skip to content

Commit

Permalink
rename package
Browse files Browse the repository at this point in the history
  • Loading branch information
sachaw committed Dec 26, 2023
1 parent 6d1546c commit 637dd92
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Meshtastic.js

[![NPM](https://badgen.net/npm/v/@meshtastic/meshtasticjs)](https://www.npmjs.com/package/@meshtastic/meshtasticjs)
[![Downloads](https://badgen.net/npm/dt/@meshtastic/meshtasticjs)](https://www.npmjs.com/package/@meshtastic/meshtasticjs)
[![NPM](https://badgen.net/npm/v/@meshtastic/js)](https://www.npmjs.com/package/@meshtastic/js)
[![Downloads](https://badgen.net/npm/dt/@meshtastic/js)](https://www.npmjs.com/package/@meshtastic/js)
[![CI](https://img.shields.io/github/actions/workflow/status/meshtastic/js/ci.yml?branch=master&label=actions&logo=github&color=yellow)](https://github.com/meshtastic/js/actions/workflows/ci.yml)
[![CLA assistant](https://cla-assistant.io/readme/badge/meshtastic/meshtastic.js)](https://cla-assistant.io/meshtastic/meshtastic.js)
[![Fiscal Contributors](https://opencollective.com/meshtastic/tiers/badge.svg?label=Fiscal%20Contributors&color=deeppink)](https://opencollective.com/meshtastic/)
Expand All @@ -21,7 +21,7 @@ Meshtastic.js is a JavaScript library that provides an interface to [Meshtastic]

## Installation & Usage

The library is available from [NPM](https://www.npmjs.com/package/@meshtastic/meshtasticjs) and can be installed with:
The library is available from [NPM](https://www.npmjs.com/package/@meshtastic/js) and can be installed with:

```bash
pnpm config set @buf:registry https://buf.build/gen/npm/v1
Expand All @@ -36,7 +36,7 @@ Alternatevly, create a `.npmrc` file with the following contents:
Finally, install the package:

```bash
pnpm add @meshtastic/meshtasticjs
pnpm add @meshtastic/js
```


Expand Down
9 changes: 3 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@meshtastic/meshtasticjs",
"name": "@meshtastic/js",
"version": "2.2.16-0",
"description": "Browser library for interfacing with meshtastic devices",
"license": "GPL-3.0-only",
Expand All @@ -9,7 +9,7 @@
"generate:docs": "typedoc src/index.ts"
},
"keywords": [
"meshtastic bluetooth serial webserial webbluetooth ble http library meshtasticjs"
"meshtastic bluetooth serial webserial webbluetooth ble http library typescript javascript"
],
"publishConfig": {
"provenance": true
Expand All @@ -23,10 +23,7 @@
"types": "./types/index.d.ts"
}
},
"files": [
"dist",
".npmrc"
],
"files": ["dist", ".npmrc"],
"types": "dist/index.d.ts",
"bugs": {
"url": "https://github.com/meshtastic/js/issues"
Expand Down

0 comments on commit 637dd92

Please sign in to comment.