We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfecaf3 commit ec1305aCopy full SHA for ec1305a
1 file changed
src/cli.js
@@ -5,10 +5,14 @@ import fs from 'fs';
5
import fg from 'fast-glob';
6
import meow from 'meow';
7
import makeDir from 'make-dir';
8
+import updateNotifier from 'update-notifier';
9
import posthtml from 'posthtml';
10
import outResolve from './out-resolve';
11
import cfgResolve from './cfg-resolve';
12
13
+const package_ = require('../package.json');
14
+updateNotifier({pkg: package_}).notify();
15
+
16
const cli = meow(`
17
Usage: posthtml <patterns>
18
0 commit comments