We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2011319 commit 8e429bbCopy full SHA for 8e429bb
1 file changed
packages/cgb-scripts/bin/cgb-scripts.js
@@ -3,7 +3,7 @@
3
4
// Update notifier.
5
const updateNotifier = require( 'update-notifier' );
6
-const pkg = require( './package.json' );
+const pkg = require( '../package.json' );
7
const notifier = updateNotifier( {
8
pkg: pkg,
9
// updateCheckInterval: 1000 * 60 * 60 * 24, // 1 day.
0 commit comments