Skip to content

Commit

Permalink
chore(yargs): remove dep
Browse files Browse the repository at this point in the history
  • Loading branch information
levithomason committed Apr 2, 2017
1 parent 751f4f2 commit be5bb68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
3 changes: 0 additions & 3 deletions karma.conf.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
const { argv } = require('yargs')

const config = require('./config')
const webpackConfig = require('./webpack.config')

Expand Down Expand Up @@ -49,7 +47,6 @@ module.exports = (karmaConfig) => {
// code is already instrumented by babel-plugin-__coverage__
'./test/tests.bundle.js': ['webpack'],
},
singleRun: !argv.watch,
webpack: {
entry: './test/tests.bundle.js',
devtool: config.compiler_devtool,
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"start:local-modules": "npm run docs -- --local-modules",
"pretest": "npm run build:dll",
"test": "cross-env NODE_ENV=test karma start",
"test:watch": "npm run test --silent -- --watch",
"test:watch": "npm run test --silent -- --no-single-run",
"tsd": "gulp tsd",
"tsd:lint": "tslint './src/**/*.d.ts'",
"tsd:lint:fix": "npm run -s tsd:lint -- --fix"
Expand Down Expand Up @@ -131,8 +131,7 @@
"typescript": "^2.1.5",
"webpack": "^2.3.2",
"webpack-dev-middleware": "^1.10.1",
"webpack-hot-middleware": "^2.17.1",
"yargs": "^7.0.2"
"webpack-hot-middleware": "^2.17.1"
},
"peerDependencies": {
"react": ">=0.14.0 <= 15",
Expand Down

0 comments on commit be5bb68

Please sign in to comment.