Skip to content

Commit 801a28a

Browse files
Add update notifier (#118)
1 parent 2e10afd commit 801a28a

File tree

3 files changed

+39
-95
lines changed

3 files changed

+39
-95
lines changed

bin/buildozer.js

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
#!/usr/bin/env node
2+
const updateNotifier = require('update-notifier');
23
const argsInclude = require('../lib/args-include');
4+
const pkg = require('../package.json');
5+
6+
updateNotifier({pkg}).notify();
37

48
if (argsInclude(['build', 'watch', 'css', 'img', 'js', 'clean', 'copy', 'js-concat', 'svg-sprite'])) {
59
// Run gulp

0 commit comments

Comments
 (0)