Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prerelease fixes #1

Open
wants to merge 19 commits into
base: main
Choose a base branch
from
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
dist
node_modules
.parcel-cache
/test-results/
Expand Down
6 changes: 6 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
node_modules
.parcel-cache
/test-results/
/playwright-report/
/blob-report/
/playwright/.cache/
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Simple JSON <-> protobuf codec
## Install

```bash
npm i -S git+https://github.com/itanka9/json2pbf.git
npm i -S @2gis/json2pbf
```

## Usage
Expand Down Expand Up @@ -47,6 +47,14 @@ Build
npm run build
```

## Publish

```
npm version patch | minor | major
npm run build
npm publish --access=public
```

## License

This project is licensed under the MIT License.
Expand Down
31 changes: 0 additions & 31 deletions dist/lib.d.ts

This file was deleted.

Loading