Skip to content

Commit

Permalink
version 1.1.0 : Use QUnit's official "qunitjs" npm module
Browse files Browse the repository at this point in the history
  • Loading branch information
twada committed Aug 6, 2012
1 parent 1327c3b commit 3c1af98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/qunit-tap.js
Expand Up @@ -2,7 +2,7 @@
* QUnit-TAP - A TAP Output Producer Plugin for QUnit
*
* https://github.com/twada/qunit-tap
* version: 1.1.0pre
* version: 1.1.0
*
* Copyright (c) 2010, 2011, 2012 Takuto Wada
* Dual licensed under the MIT or GPL Version 2 licenses.
Expand All @@ -12,7 +12,7 @@
* @param options configuration options to customize default behavior.
*/
var qunitTap = function qunitTap(qunitObject, printLikeFunction, options) {
var qunitTapVersion = '1.1.0pre',
var qunitTapVersion = '1.1.0',
initialCount,
multipleLoggingCallbacksSupported,
qu = qunitObject;
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "qunit-tap",
"description": "A TAP Output Producer Plugin for QUnit",
"version": "1.1.0pre",
"version": "1.1.0",
"keywords": ["TDD", "QUnit", "test", "tests", "testing", "TAP"],
"homepage": "http://github.com/twada/qunit-tap",
"author": {
Expand Down

0 comments on commit 3c1af98

Please sign in to comment.