Skip to content

Commit

Permalink
Include request in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelmich committed Jun 4, 2019
1 parent f502a2a commit ab113cf
Show file tree
Hide file tree
Showing 3 changed files with 91 additions and 87 deletions.
172 changes: 89 additions & 83 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jira-cl",
"version": "1.2.1",
"version": "1.2.2",
"description": "A Jira command line client",
"author": "Eduardo Henao & Miguel Henao",
"license": "MIT",
Expand Down Expand Up @@ -35,6 +35,7 @@
"jira-client": "^4.2.0",
"moment": "^2.19.3",
"opn": "^5.4.0",
"request": "^2.88.0",
"request-promise": "^4.2.2",
"rimraf": "^2.5.4"
},
Expand Down
3 changes: 0 additions & 3 deletions src/jira.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
// Native
import path from 'path';
import fs from 'fs-promise';
import url from 'url';

// Packages
import JiraApi from 'jira-client';
import inquirer from 'inquirer';
import color from 'chalk';
import request from 'request-promise';

Expand Down

0 comments on commit ab113cf

Please sign in to comment.