Files: c5c7a8ffadbd51aa28a5f3f096fe43f69405da44 / test / test-79-npm / pouchdb / pouchdb.meta.js
154 bytesRaw
1 | ; |
2 | |
3 | const home = require('../home.js'); |
4 | |
5 | module.exports = function (stamp) { |
6 | return { |
7 | allow: home(stamp), |
8 | build: 'leveldown' |
9 | }; |
10 | }; |
11 |
Built with git-ssb-web