Skip to content
This repository was archived by the owner on Jul 21, 2023. It is now read-only.

Commit 5fd0a5c

Browse files
some last fixes
1 parent a09098b commit 5fd0a5c

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ matrix:
66
- node_js: 4
77
env: CXX=g++-4.8
88
- node_js: 6
9-
env: CXX=g++-4.8
10-
- node_js: stable
119
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
1414

1515
# Make sure we have new NPM.
1616
before_install:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
![](https://img.shields.io/badge/npm-%3E%3D3.0.0-orange.svg?style=flat-square)
1313
![](https://img.shields.io/badge/Node.js-%3E%3D4.0.0-orange.svg?style=flat-square)
1414

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-
1616
libp2p-crypto)
1717

1818
> Crypto primitives for libp2p in JavaScript

src/crypto.proto.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
'use strict'
22

3-
module.exports = `
4-
enum KeyType {
3+
module.exports = `enum KeyType {
54
RSA = 0;
65
}
76
@@ -13,5 +12,4 @@ message PublicKey {
1312
message PrivateKey {
1413
required KeyType Type = 1;
1514
required bytes Data = 2;
16-
}
17-
`
15+
}`

0 commit comments

Comments
 (0)