feat: add working store implementation

This commit is contained in:
2019-03-22 14:51:28 -07:00
parent 760c9f2e93
commit 71ada438f5
4 changed files with 124 additions and 6 deletions

View File

@@ -1,3 +1,3 @@
const mod = require('./src/index.js');
const mod = require('./dist/index.js');
module.exports = mod;