Skip to content

Commit

Permalink
Updated package versions
Browse files Browse the repository at this point in the history
WOMM
  • Loading branch information
Jim Burger committed May 19, 2016
1 parent 2793250 commit 85fab39
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 13 deletions.
26 changes: 13 additions & 13 deletions typescript_coverage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@
"author": "Jim Burger",
"license": "MIT",
"devDependencies": {
"chai": "^3.5.0",
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-istanbul": "^0.10.3",
"gulp-mocha": "^2.2.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-tslint": "^4.3.2",
"gulp-typescript": "^2.12.0",
"istanbul": "^0.4.2",
"mocha": "^2.4.5",
"orchestrator": "^0.3.7",
"remap-istanbul": "^0.5.1",
"tslint": "^3.5.0"
"chai": "3.5.0",
"del": "2.2.0",
"gulp": "3.9.1",
"gulp-istanbul": "0.10.4",
"gulp-mocha": "2.2.0",
"gulp-sourcemaps": "1.6.0",
"gulp-tslint": "5.0.0",
"gulp-typescript": "2.13.4",
"istanbul": "0.4.3",
"mocha": "2.4.5",
"orchestrator": "0.3.7",
"remap-istanbul": "0.6.4",
"tslint": "3.10.2"
}
}
2 changes: 2 additions & 0 deletions typescript_coverage/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
npm install -g gulp typescript typings
#package restore
npm install
#install typescript library definitions
typings install
```
To run tests:

Expand Down

0 comments on commit 85fab39

Please sign in to comment.