Fix package.json casing

This commit is contained in:
Wesley Wigham
2016-06-10 10:44:12 -07:00
parent 2b1b58ba44
commit 9dcaf2b6f3
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,8 @@ import * as minimist from "minimist";
import * as os from "os";
import * as Linter from "tslint";
const gulp = helpMaker(originalGulp);
import {runTestsInParallel} from "./scripts/mocha-parallel";
const mochaParallel = require("./scripts/mocha-parallel.js");
const {runTestsInParallel} = mochaParallel;
const cmdLineOptions = minimist(process.argv.slice(2), {
boolean: ["debug", "light", "colors", "lint", "soft"],

View File

@@ -29,7 +29,6 @@
"node": ">=0.8.0"
},
"devDependencies": {
"@types/Q": "latest",
"@types/del": "latest",
"@types/glob": "latest",
"@types/gulp": "latest",