Fix lint errors. Update changelog.

This commit is contained in:
Lauri Ojansivu 2018-01-25 08:22:11 +02:00
parent 188341cf50
commit 7f4401f3a2
3 changed files with 95 additions and 83 deletions

View file

@ -22,7 +22,7 @@ const sandstormBoard = {
if (isSandstorm && Meteor.isServer) {
const fs = require('fs');
const Capnp = require("/node_modules/capnp.js");
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');