Files: d456a6cc8589489e558e6164750474ed2cfc961e / test / test-79-npm / usage / usage.meta.js
193 bytesRaw
1 | ; |
2 | |
3 | const home = require('../home.js'); |
4 | |
5 | module.exports = function (stamp) { |
6 | return { |
7 | allow: home(stamp) && (stamp.p !== 'win32'), |
8 | note: 'windows is not supported' |
9 | }; |
10 | }; |
11 |
Built with git-ssb-web