Skip to content

Commit

Permalink
update travis ci stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenhandley committed Sep 5, 2012
1 parent 6ab36b4 commit 20e87a4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ language: node_js
node_js:
- 0.4
- 0.6
- 0.8
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"name": "requireindex",

"description": "Write minimal node index.js files that require and export siblings by file basename",

"version": "0.1.8",

"license" : "MIT",
"main": "index.js",

"repository": {
"type": "git",
"url": "git://github.com/stephenhandley/requireindex.git"
},

"main": "index.js",
"scripts": {
"test": "node test/test.js"
},

"keywords": [
"require",
Expand Down

0 comments on commit 20e87a4

Please sign in to comment.