Browse Source

add locker module

activeAddress
Ivan Socolsky 10 years ago
parent
commit
b555e3fe94
  1. 8
      config.js
  2. 1
      package.json

8
config.js

@ -21,6 +21,14 @@ var config = {
},
*/
},
lockOpts: {
/* To use locker-server, uncomment this:
lockerServer: {
host: 'localhost',
port: 3003,
},
*/
},
},
};
module.exports = config;

1
package.json

@ -28,6 +28,7 @@
"inherits": "^2.0.1",
"leveldown": "^0.10.0",
"levelup": "^0.19.0",
"locker": "^0.1.0",
"lodash": "^3.3.1",
"mocha-lcov-reporter": "0.0.1",
"morgan": "*",

Loading…
Cancel
Save