Skip to content
This repository has been archived by the owner on Aug 17, 2023. It is now read-only.

Commit

Permalink
use T-man
Browse files Browse the repository at this point in the history
  • Loading branch information
zensh committed Apr 3, 2016
1 parent d3c3bda commit 5a89dbf
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion bower.json
Expand Up @@ -2,7 +2,7 @@
"name": "thunks",
"description": "A small and magical composer for all JavaScript asynchronous.",
"main": "thunks.js",
"version": "4.1.4",
"version": "4.1.5",
"homepage": "https://github.com/thunks/thunks",
"authors": [
"Yan Qing <admin@zensh.com>"
Expand Down
2 changes: 1 addition & 1 deletion component.json
Expand Up @@ -2,7 +2,7 @@
"name": "thunks",
"description": "A small and magical composer for all JavaScript asynchronous.",
"main": "thunks.js",
"version": "4.1.4",
"version": "4.1.5",
"homepage": "https://github.com/thunks/thunks",
"authors": [
"Yan Qing <admin@zensh.com>"
Expand Down
10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -4,7 +4,7 @@
"authors": [
"Yan Qing <admin@zensh.com>"
],
"version": "4.1.4",
"version": "4.1.5",
"main": "thunks.js",
"typings": "./thunks.d.ts",
"jsnext:main": "thunks.es6.js",
Expand Down Expand Up @@ -35,16 +35,16 @@
"co": ">=4.6.0",
"istanbul": "^0.4.2",
"jsbench": "^1.0.0",
"mocha": "^2.4.5",
"rsvp": ">=3.2.1",
"should": "^8.2.2",
"should": "^8.3.0",
"standard": "^6.0.8",
"thenjs": ">=2.0.2",
"tman": "^0.5.0",
"when": ">=3.7.7"
},
"scripts": {
"test": "standard && mocha -t 10000 test/index",
"test-cov": "standard && node node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- -t 20000 test/index"
"test": "standard && tman -t 10000 test/index",
"test-cov": "istanbul cover tman -- -t 20000 test/index"
},
"files": [
"README.md",
Expand Down
2 changes: 1 addition & 1 deletion thunks.es6.js
Expand Up @@ -350,5 +350,5 @@ function pruneErrorStack (error) {
}

thunks.NAME = 'thunks'
thunks.VERSION = '4.1.3'
thunks.VERSION = '4.1.5'
export default thunks
2 changes: 1 addition & 1 deletion thunks.js
Expand Up @@ -382,7 +382,7 @@
}

thunks.NAME = 'thunks'
thunks.VERSION = '4.1.2'
thunks.VERSION = '4.1.5'
thunks['default'] = thunks
thunks.pruneErrorStack = true
return thunks
Expand Down

0 comments on commit 5a89dbf

Please sign in to comment.