Skip to content

Commit

Permalink
Drop pinkie-promise. (#466)
Browse files Browse the repository at this point in the history
  • Loading branch information
wtgtybhertgeghgtwtg authored and SBoudrias committed Dec 1, 2016
1 parent 081b7af commit 7c777b9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion lib/prompts/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ var chalk = require('chalk');
var runAsync = require('run-async');
var Choices = require('../objects/choices');
var ScreenManager = require('../utils/screen-manager');
var Promise = require('pinkie-promise');

var Prompt = module.exports = function (question, rl, answers) {
// Setup instance defaults property
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"figures": "^2.0.0",
"lodash": "^4.3.0",
"mute-stream": "0.0.6",
"pinkie-promise": "^2.0.0",
"run-async": "^2.2.0",
"rx": "^4.1.0",
"string-width": "^2.0.0",
Expand Down
1 change: 0 additions & 1 deletion test/specs/inquirer.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ var expect = require('chai').expect;
var sinon = require('sinon');
var _ = require('lodash');
var rx = require('rx');
var Promise = require('pinkie-promise');
var inquirer = require('../../lib/inquirer');
var autosubmit = require('../helpers/events').autosubmit;

Expand Down

0 comments on commit 7c777b9

Please sign in to comment.