You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updates project config using the `aegir check-project` command.
* Updates CI files ahead of turning on unified CI
* Resets project version to 0 (otherwise first version published will be 2.0.0)
* Renames project to publish under @libp2p namespace
* Standardises readme
* Remove unused dependencies
* Use chai from aegir
* Fix formatting in example
Contributions are welcome! The libp2p implementation in JavaScript is a work in progress. As such, there's a few things you can do right now to help out:
112
120
@@ -119,9 +127,10 @@ Please be aware that all interactions related to libp2p are subject to the IPFS
119
127
120
128
Small note: If editing the README, please conform to the [standard-readme](https://github.com/RichardLitt/standard-readme) specification.
121
129
122
-
This module leans heavily on (Aegir)[https://github.com/ipfs/aegir] for most of the `package.json` scripts.
130
+
This module leans heavily on (Aegir)\[<https://github.com/ipfs/aegir>] for most of the `package.json` scripts.
123
131
124
132
### Build
133
+
125
134
The build script is a wrapper to `aegir build`. To build this package:
126
135
127
136
```shell
@@ -142,7 +151,7 @@ To run all tests:
142
151
npm test
143
152
```
144
153
145
-
To run tests for Chome only:
154
+
To run tests for Chrome only:
146
155
147
156
```shell
148
157
npm run test:chrome
@@ -155,8 +164,9 @@ npm run test:firefox
155
164
```
156
165
157
166
### Lint
167
+
158
168
Aegir is also used to lint the code, which follows the [Standard](https://github.com/standard/standard) JS linter.
159
-
The VS Code plugin for this standard is located at https://marketplace.visualstudio.com/items?itemName=standard.vscode-standard.
169
+
The VS Code plugin for this standard is located at <https://marketplace.visualstudio.com/items?itemName=standard.vscode-standard>.
- MIT ([LICENSE-MIT](LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
195
200
196
-
## Contribution
201
+
## Contribute
197
202
198
-
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
203
+
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
0 commit comments