Skip to content
This repository was archived by the owner on Jan 5, 2026. It is now read-only.

Commit bb382ff

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

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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)