diff --git a/.travis.yml b/.travis.yml index f1d0f13..2a9b9e6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,3 +2,4 @@ language: node_js node_js: - 0.4 - 0.6 + - 0.8 diff --git a/package.json b/package.json index 620466b..595ac4c 100644 --- a/package.json +++ b/package.json @@ -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",