diff --git a/.travis.yml b/.travis.yml index a8da7e1f..c601607d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,11 +6,11 @@ matrix: - node_js: 4 env: CXX=g++-4.8 - node_js: 6 - env: CXX=g++-4.8 - - node_js: stable env: - - SAUCE=true - - CXX=g++-4.8 + - SAUCE=true + - CXX=g++-4.8 + - node_js: stable + env: CXX=g++-4.8 # Make sure we have new NPM. before_install: diff --git a/README.md b/README.md index 778e2ae4..7bb4f2e5 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ ![](https://img.shields.io/badge/npm-%3E%3D3.0.0-orange.svg?style=flat-square) ![](https://img.shields.io/badge/Node.js-%3E%3D4.0.0-orange.svg?style=flat-square) -[![Sauce Test Status](https://saucelabs.com/browser-matrix/js-libp2p-crypto.svg)](https://saucelabs.com/u/js- +[![Sauce Test Status](https://saucelabs.com/browser-matrix/ipfs-js-libp2p-crypto.svg)](https://saucelabs.com/u/ipfs-js- libp2p-crypto) > Crypto primitives for libp2p in JavaScript diff --git a/src/crypto.proto.js b/src/crypto.proto.js index 49659459..b6c44cba 100644 --- a/src/crypto.proto.js +++ b/src/crypto.proto.js @@ -1,7 +1,6 @@ 'use strict' -module.exports = ` -enum KeyType { +module.exports = `enum KeyType { RSA = 0; } @@ -13,5 +12,4 @@ message PublicKey { message PrivateKey { required KeyType Type = 1; required bytes Data = 2; -} -` +}`