Skip to content
This repository has been archived by the owner on Apr 13, 2020. It is now read-only.

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
danactive committed Jun 20, 2015
1 parent be3bf52 commit 2923099
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
9 changes: 5 additions & 4 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
.editorconfig
.jshintrc
*.log
changelog.md
gulpfile.js
node_modules
test
temp
.jshintrc
changelog.md
gulpfile.js
test
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
#Changelog
## v2.0.2 2015-Jun-19
* Dependencies
* Update *gulp-expect-file* to v0.0.7
* Update *gulp-istanbul-file* to v0.10

## v2.0.1 2015-Jun-02
* Dependencies
* Update *gulp* to v3.9
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tuxharness",
"version": "2.0.1",
"version": "2.0.2",
"description": "Test User eXperience Harness",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -60,8 +60,8 @@
"expect.js": "^0.3.0",
"gulp": "^3.8.0",
"gulp-develop-server": "^0.4.0",
"gulp-expect-file": "^0.0.0",
"gulp-istanbul": "^0.9.0",
"gulp-expect-file": "^0.0.7",
"gulp-istanbul": "^0.10.0",
"gulp-jshint": "^1.9.0",
"gulp-load-plugins": "^0.10.0",
"gulp-mocha": "^2.0.0",
Expand Down

0 comments on commit 2923099

Please sign in to comment.