Skip to content
This repository has been archived by the owner on Sep 25, 2018. It is now read-only.

Commit

Permalink
Updated package.json and travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeard4 committed Jan 5, 2013
1 parent 9c500f9 commit 7a3a04e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
@@ -1,6 +1,5 @@
language: node_js
node_js:
- 0.4
- 0.6
- 0.8
before_install:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -39,7 +39,7 @@
"stitch" : "git://github.com/jbeard4/stitch.git",
"uglify-js" : "*"
},
"engines" : { "node" : ">=0.4.7" },
"engines" : { "node" : ">=0.6" },
"main": "./lib/scion",
"scripts" : {
"test" : "cd test && bash run-tests-node.sh"
Expand Down

0 comments on commit 7a3a04e

Please sign in to comment.