Skip to content

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
medikoo committed Jan 22, 2015
1 parent 1393b64 commit 8cb40c0
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 12 deletions.
7 changes: 7 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
v0.2.1 -- 2015.01.22
* Make assertion messages optional. If message is not provided line and
column number of assertion is provided instead
* Fix issue in assert headings resolution
* Configure lint scripts
* Fix LICENSE spelling

v0.2.0 -- 2014.04.27
* Move lib/suite.js so it's index.js module
* Remove special handling for `lib` module
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tad",
"version": "0.2.0",
"version": "0.2.1",
"description": "JavaScript test suite",
"author": "Mariusz Nowak <medyk@medikoo.com> (http://www.medikoo.com/)",
"keywords": [
Expand All @@ -21,20 +21,20 @@
"url": "git://github.com/medikoo/tad.git"
},
"dependencies": {
"cli-color": "0.3.x",
"deferred": "0.7.x",
"duration": "0.2.x",
"es5-ext": "~0.10.2",
"event-emitter": "~0.3.1",
"fs2": "0.2.x",
"next": "0.4.x",
"cli-color": "~0.3.2",
"deferred": "~0.7.2",
"duration": "0.2",
"es5-ext": "~0.10.5",
"event-emitter": "~0.3.2",
"fs2": "~0.2.1",
"next": "0.4",
"optimist": "~0.6.1",
"path2": "0.1.x",
"test": "0.6.x"
"path2": "0.1",
"test": "0.6"
},
"devDependencies": {
"xlint": "~0.2.1",
"xlint-jslint-medikoo": "0.1.x"
"xlint": "~0.2.2",
"xlint-jslint-medikoo": "~0.1.2"
},
"scripts": {
"lint": "node node_modules/xlint/bin/xlint --linter=node_modules/xlint-jslint-medikoo/index.js --no-cache --no-stream",
Expand Down

0 comments on commit 8cb40c0

Please sign in to comment.