Skip to content

Commit

Permalink
try testling.ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Dec 13, 2012
1 parent 00bc886 commit 3ac4d60
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,24 @@
, "keywords": ["dom", "html", "client", "browser", "component"]
, "author": "TJ Holowaychuk <tj@vision-media.ca>"
, "dependencies": {}
, "devDependencies": {
"mocha": "*"
}
, "component": {
"scripts": {
"domify": "index.js"
}
}
, "main": "index"
, "testling": {
"browsers": [
"ie8",
"ie9",
"firefox/15",
"chrome/22",
"safari/5.1"
],
"harness": "mocha",
"files": "test/*.js"
}
}

0 comments on commit 3ac4d60

Please sign in to comment.