Files: 1eb144e388da5f1a3466703f56ac4ab591d700fc / test / test-79-npm / nodegit / nodegit.meta.js
229 bytesRaw
1 | ; |
2 | |
3 | const home = require('../home.js'); |
4 | |
5 | module.exports = function (stamp) { |
6 | return { |
7 | allow: home(stamp) && (stamp.m === 51), // TODO check node8 some day |
8 | note: 'precompiled binary is for node7 only' |
9 | }; |
10 | }; |
11 |
Built with git-ssb-web