diff --git a/proto b/proto deleted file mode 160000 index 16f255e..0000000 --- a/proto +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 16f255ea9276517a45a11328b0e3115d3e9a35d5 diff --git a/src/protocol.js b/src/protocol.js deleted file mode 100644 index 8dc6296..0000000 --- a/src/protocol.js +++ /dev/null @@ -1,5 +0,0 @@ -// This is a wrapper module for the generated protocol data - -const proto = require('../lib/pb-message'); - -module.exports = proto.particle.ctrl;