Remove not needed packages. Upgrade packages. Update Sandstorm capnp path.

Note: This version does not work on Sandstorm yet.
This commit is contained in:
Lauri Ojansivu 2017-12-03 18:50:22 +02:00
parent 7c403053e3
commit ba9e163dd5
4 changed files with 9 additions and 14 deletions

View file

@ -22,7 +22,7 @@ const sandstormBoard = {
if (isSandstorm && Meteor.isServer) {
const fs = require('fs');
const Capnp = require('capnp');
const Capnp = require("/node_modules/capnp.js");
const Package = Capnp.importSystem('sandstorm/package.capnp');
const Powerbox = Capnp.importSystem('sandstorm/powerbox.capnp');
const Identity = Capnp.importSystem('sandstorm/identity.capnp');