Skip to content

Commit

Permalink
Update Node engine + dependancies to the latest versions
Browse files Browse the repository at this point in the history
 - Attemp to fix travis-CI build
  • Loading branch information
dharFr committed Apr 4, 2014
1 parent 7c3d0ac commit 8c4eb4d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,3 +1,3 @@
language: node_js
node_js:
- 0.8
- 0.10
16 changes: 9 additions & 7 deletions package.json
Expand Up @@ -6,21 +6,23 @@
"keywords": ["vast", "ad", "advertising", "iab", "in-stream", "video"],
"repository": {"type": "git", "url": "https://github.com/rs/vast-client-js"},
"licenses": [{"type": "MIT", "url": "https://github.com/rs/vast-client-js/raw/master/LICENSE"}],
"engines": {"node": "~0.8.19"},
"engines": {
"node": "0.10.26"
},
"scripts":
{
"test": "mocha --compilers coffee:coffee-script --reporter spec test/*.coffee",
"test": "mocha --compilers coffee:coffee-script/register --reporter spec test/*.coffee",
"bundle": "browserify -s DMVAST -c 'coffee -scb' src/index.coffee -o vast-client.js"
},
"devDependencies":
{
"mocha": "*",
"should": "*",
"xmldom": "*"
"mocha": "1.18.2",
"should": "3.2.0",
"xmldom": "0.1.19"
},
"dependencies":
{
"coffee-script": "~1.2.0",
"browserify": "*"
"coffee-script": "~1.7.1",
"browserify": "3.38.0"
}
}

0 comments on commit 8c4eb4d

Please sign in to comment.