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

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
zensh committed Jan 24, 2016
1 parent 8a67295 commit 79dbce9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- "iojs"
- "4.2"
- "5.1"
- "4"
- "5"
sudo: false
3 changes: 1 addition & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015 thunks
Copyright (c) 2015-2016 thunks

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -19,4 +19,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

14 changes: 6 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "thunk-mocha",
"version": "1.0.1",
"version": "1.0.2",
"description": "Enable support for generators in Mocha with backward compatibility.",
"main": "index.js",
"authors": [
Expand All @@ -19,10 +19,10 @@
"generator"
],
"engines": {
"node": ">= 1.x.x"
"node": ">= 1"
},
"dependencies": {
"thunks": "^4.1.0"
"thunks": "^4.1.2"
},
"devDependencies": {
"mocha": "^2.3.4",
Expand All @@ -33,10 +33,8 @@
"url": "https://github.com/thunks/thunk-mocha/issues"
},
"homepage": "https://github.com/thunks/thunk-mocha",
"ignore": [
"**/.*",
"node_modules",
"test",
"gulpfile.js"
"files": [
"index.js",
"README.md"
]
}

0 comments on commit 79dbce9

Please sign in to comment.