• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1const identifier = 'package-without-pjson';
2
3const common = require('../common');
4common.requireNoPackageJSONAbove();
5
6console.log(identifier);
7module.exports = identifier;
8