Skip to content

Commit 439b01f

Browse files
committed
Changes filename for primary component, and removes test pattern
1 parent 35989aa commit 439b01f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/rocket.jsx renamed to src/GitRocketTerminal.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import { Rocket, RocketSpan, FinTop, FinBottom, Fire, Wastes } from './styledEle
99
function detectPushCommand(data) {
1010
const patterns = [
1111
'To *.git',
12-
'zsh: command not found: wow',
1312
];
1413
return new RegExp(`(${patterns.join(')|(')})`).test(data);
1514
}

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const nodeExternals = require('webpack-node-externals')
44

55
module.exports = {
66
target: 'node',
7-
entry: path.join(__dirname, 'src', 'rocket.jsx'),
7+
entry: path.join(__dirname, 'src', 'GitRocketTerminal.jsx'),
88
output: {
99
path: path.join(__dirname, 'dist'),
1010
filename: 'index.js',

0 commit comments

Comments
 (0)