Skip to content

Commit

Permalink
Remove unnecessary dependencies(facebook#751) (facebook#2283)
Browse files Browse the repository at this point in the history
* Remove unnecessary dependencies(facebook#751)

* Sort alphabetically
  • Loading branch information
pmadar authored and gaearon committed May 20, 2017
1 parent af87e2e commit e972500
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
"file-loader": "0.11.1",
"fs-extra": "3.0.1",
"html-webpack-plugin": "2.28.0",
"inquirer": "3.0.6",
"jest": "20.0.3",
"object-assign": "4.1.1",
"postcss-flexbugs-fixes": "3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion scripts/eject.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ const path = require('path');
const execSync = require('child_process').execSync;
const spawnSync = require('cross-spawn').sync;
const chalk = require('chalk');
const inquirer = require('inquirer');
const paths = require('../config/paths');
const createJestConfig = require('./utils/createJestConfig');
const inquirer = require('react-dev-utils/inquirer');

const green = chalk.green;
const cyan = chalk.cyan;
Expand Down

0 comments on commit e972500

Please sign in to comment.