Skip to content

Commit 8e429bb

Browse files
author
Ahmad Awais
committed
🐛 FIX: Path
1 parent 2011319 commit 8e429bb

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
const notifier = updateNotifier( {
88
pkg: pkg,
99
// updateCheckInterval: 1000 * 60 * 60 * 24, // 1 day.

0 commit comments

Comments
 (0)