mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-03-15 05:55:11 -05:00
Fix package.json casing
This commit is contained in:
@@ -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"],
|
||||
|
||||
@@ -29,7 +29,6 @@
|
||||
"node": ">=0.8.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/Q": "latest",
|
||||
"@types/del": "latest",
|
||||
"@types/glob": "latest",
|
||||
"@types/gulp": "latest",
|
||||
|
||||
Reference in New Issue
Block a user