Skip to content

Commit

Permalink
fixes #661
Browse files Browse the repository at this point in the history
  • Loading branch information
Frijol committed Apr 12, 2016
1 parent 0194aaa commit de95e28
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions bin/tessel-2.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ var path = require('path');

// Third Party Dependencies
var parser = require('nomnom').script('t2');
const updateNotifier = require('update-notifier');

// Check for updates
const pkg = require('../package.json');
updateNotifier({
pkg
}).notify();

// Internal
var controller = require('../lib/controller');
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
"tar": "^2.1.1",
"tar-stream": "^1.3.0",
"uglify-js": "^2.5.0",
"update-notifier": "^0.6.3",
"url-join": "0.0.1",
"usb": "1.1.2",
"usb-daemon-parser": "0.0.2"
Expand Down

0 comments on commit de95e28

Please sign in to comment.