Skip to content

Commit 229c055

Browse files
author
Ahmad Awais
committed
🐛 FIX: Update Notifier
1 parent 042b977 commit 229c055

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/cgb-scripts/bin/cgb-scripts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
// Update notifier.
55
const updateNotifier = require( 'update-notifier' );
6-
const pkg = require( './package.json' );
6+
const pkg = require( '../package.json' );
77
updateNotifier( { pkg } ).notify();
88

99
const spawn = require( 'cgb-dev-utils/crossSpawn' );

0 commit comments

Comments
 (0)