Skip to content

Commit

Permalink
trigger a build
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanong committed Dec 15, 2014
1 parent fd50a8a commit 33db74d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: node_js
node_js:
- "0.8"
- "0.10"
- "0.11"
script: "npm run-script test-travis"
Expand Down
14 changes: 2 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,9 @@
"url": "http://jongleberry.com",
"twitter": "https://twitter.com/jongleberry"
},
"repository": {
"type": "git",
"url": "https://github.com/jonathanong/fs-readdir-recursive.git"
},
"repository": "fs-utils/fs-readdir-recursive",
"files": [
"index.js"
],
"bugs": {
"url": "https://github.com/jonathanong/fs-readdir-recursive/issues",
"email": "me@jongleberry.com"
},
"license": "MIT",
"engines": {
"node": ">= 0.10"
}
"license": "MIT"
}

0 comments on commit 33db74d

Please sign in to comment.