Skip to content

Commit

Permalink
readme, fix package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
itanka9 committed Nov 6, 2024
1 parent 00f9764 commit f34778b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 7 deletions.
17 changes: 14 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# worker-msg-test
# json2pbf

### run
Json to binary serializer in a simple and lightweight way.

parcel index.html
## Install

```
npm i -S git+https://github.com/itanka9/json2pbf.git
```

### Demo

```
npm i
npm start
```
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "worker-msg-test",
"name": "json2pbf",
"version": "1.0.0",
"description": "",
"main": "index.html",
Expand All @@ -10,14 +10,14 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/vitaliy-gis/worker-msg-test.git"
"url": "git+https://github.com/itanka9/json2pbf.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/vitaliy-gis/worker-msg-test/issues"
"url": "https://github.com/itanka9/json2pbf/issues"
},
"homepage": "https://github.com/vitaliy-gis/worker-msg-test#readme",
"homepage": "https://github.com/itanka9/json2pbf#readme",
"dependencies": {
"pbf": "^3.2.1",
"tslib": "^2.3.0"
Expand Down

0 comments on commit f34778b

Please sign in to comment.