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

Commit

Permalink
2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
danactive committed Jun 3, 2015
1 parent 2446912 commit be3bf52
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 10 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
#Changelog
## v2.0.1 2015-Jun-02
* Dependencies
* Update *gulp* to v3.9

## v2.0.0 2015-May-30
* Breaking change
* `tuxfile.js`
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Build a stand-alone test harness with dynamic data to quickly prototype and isol
* `data` (*function(**callback**, **util**)*) - callback argument will async call to gather data passed into the view for transformation
* *callback* type string/JSON: print to browser
* *util* type object
* *getIpsumText* Lorum Ipsum generator
* *getJsonRoute* type function(string route): wraps route name with localhost IP address with port and JSON path

## Template View Engines
Expand Down
21 changes: 11 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tuxharness",
"version": "2.0.0",
"version": "2.0.1",
"description": "Test User eXperience Harness",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -37,7 +37,9 @@
"json",
"standalone",
"sandbox",
"server"
"server",
"lorem",
"ipsum"
],
"repository": {
"type": "git",
Expand All @@ -46,19 +48,19 @@
"author": "Dan BROOKS",
"license": "MIT",
"dependencies": {
"app-root-path": "1.0.x",
"app-root-path": "^1.0.0",
"consolidate": "^0.13.1",
"express": "4.12.x",
"express": "^4.12.0",
"lorem-ipsum": "^1.0.3",
"serve-index": "^1.6.3",
"xtend": "^4.0.0"
},
"devDependencies": {
"dustjs-linkedin": "^2.6.x",
"expect.js": "0.3.x",
"gulp": "3.8.x",
"gulp-develop-server": "0.4.x",
"gulp-expect-file": "0.0.x",
"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-jshint": "^1.9.0",
"gulp-load-plugins": "^0.10.0",
Expand All @@ -71,6 +73,5 @@
"engines": {
"node": ">=0.10 <=0.12",
"iojs": "1.x"
},
"tuxharness": "./test/sample.js"
}
}

0 comments on commit be3bf52

Please sign in to comment.