This repository was archived by the owner on Jul 21, 2023. It is now read-only.
File tree 3 files changed +7
-9
lines changed
3 files changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ matrix:
6
6
- node_js : 4
7
7
env : CXX=g++-4.8
8
8
- node_js : 6
9
- env : CXX=g++-4.8
10
- - node_js : stable
11
9
env :
12
- - SAUCE=true
13
- - CXX=g++-4.8
10
+ - SAUCE=true
11
+ - CXX=g++-4.8
12
+ - node_js : stable
13
+ env : CXX=g++-4.8
14
14
15
15
# Make sure we have new NPM.
16
16
before_install :
Original file line number Diff line number Diff line change 12
12
![ ] ( https://img.shields.io/badge/npm-%3E%3D3.0.0-orange.svg?style=flat-square )
13
13
![ ] ( https://img.shields.io/badge/Node.js-%3E%3D4.0.0-orange.svg?style=flat-square )
14
14
15
- [ ![ Sauce Test Status] ( https://saucelabs.com/browser-matrix/js-libp2p-crypto.svg )] (https://saucelabs.com/u/js-
15
+ [ ![ Sauce Test Status] ( https://saucelabs.com/browser-matrix/ipfs- js-libp2p-crypto.svg )] (https://saucelabs.com/u/ipfs- js-
16
16
libp2p-crypto)
17
17
18
18
> Crypto primitives for libp2p in JavaScript
Original file line number Diff line number Diff line change 1
1
'use strict'
2
2
3
- module . exports = `
4
- enum KeyType {
3
+ module . exports = `enum KeyType {
5
4
RSA = 0;
6
5
}
7
6
@@ -13,5 +12,4 @@ message PublicKey {
13
12
message PrivateKey {
14
13
required KeyType Type = 1;
15
14
required bytes Data = 2;
16
- }
17
- `
15
+ }`
You can’t perform that action at this time.
0 commit comments