0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-23 22:27:34 -05:00
verdaccio/test/e2e-cli/projects/basic/index.js
2021-04-09 17:54:12 +02:00

6 lines
122 B
JavaScript

module.exports = function () {
const message = 'this is a basic project';
console.log(message);
return message;
};