diff --git a/views/probot.js b/views/probot.js index 4d4cfa3..5d20d0b 100644 --- a/views/probot.js +++ b/views/probot.js @@ -1,5 +1,3 @@ -const { name, version } = require(`${process.cwd()}/package`); - module.exports.template = ` @@ -7,7 +5,7 @@ module.exports.template = ` - ${name} | built with Probot + Built with Probot @@ -15,8 +13,7 @@ module.exports.template = ` Probot Logo

- Welcome to ${name}! - v${version} + Welcome to Probot!

This bot was built using Probot, a framework for building GitHub Apps.