Skip to content

Commit bb382ff

Browse files
author
Aamod Pisat
committed
define pkg in connect command
1 parent 367ec21 commit bb382ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/connect.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ var _path = require('path'),
1515
prompt = require('prompt'),
1616
exec = require('child_process').exec,
1717
os = require('os'),
18-
_ = require('lodash');
18+
_ = require('lodash'),
19+
pkg = require('./../package.json');
1920

2021
/*
2122
* Application variable

0 commit comments

Comments
 (0)