protons 3.0.0 → 3.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -1
- package/package.json +1 -2
package/README.md
CHANGED
|
@@ -4,11 +4,12 @@
|
|
|
4
4
|
|
|
5
5
|
## Table of contents <!-- omit in toc -->
|
|
6
6
|
|
|
7
|
+
- [Install](#install)
|
|
7
8
|
- [Usage](#usage)
|
|
8
9
|
- [Contribute](#contribute)
|
|
9
10
|
- [License](#license)
|
|
10
11
|
|
|
11
|
-
##
|
|
12
|
+
## Install
|
|
12
13
|
|
|
13
14
|
To use this project, add `protons` as a development dependency and `protons-runtime` as a runtime dependency.
|
|
14
15
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "protons",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.1",
|
|
4
4
|
"description": "Protobuf to ts transpiler",
|
|
5
5
|
"license": "Apache-2.0 OR MIT",
|
|
6
6
|
"homepage": "https://github.com/ipfs/protons/tree/master/packages/protons#readme",
|
|
@@ -154,7 +154,6 @@
|
|
|
154
154
|
},
|
|
155
155
|
"devDependencies": {
|
|
156
156
|
"aegir": "^36.1.3",
|
|
157
|
-
"long": "^4.0.0",
|
|
158
157
|
"pbjs": "^0.0.14",
|
|
159
158
|
"protons-runtime": "^1.0.0"
|
|
160
159
|
}
|