Skip to content

Commit

Permalink
Merge beeb1e1 into 933cbab
Browse files Browse the repository at this point in the history
  • Loading branch information
brozeph committed Jun 28, 2013
2 parents 933cbab + beeb1e1 commit ace1371
Show file tree
Hide file tree
Showing 22 changed files with 4,836 additions and 752 deletions.
1 change: 1 addition & 0 deletions .coveralls.yml
@@ -0,0 +1 @@
service_name: travis-ci
6 changes: 3 additions & 3 deletions .gitignore
@@ -1,4 +1,4 @@
*.swp
*.swo

.DS_Store
lib-cov
node_modules
reports
32 changes: 32 additions & 0 deletions .jshintrc
@@ -0,0 +1,32 @@
{
"bitwise" : true,
"camelcase" : true,
"curly" : true,
"eqeqeq" : true,
"forin" : true,
"immed" : true,
"indent" : true,
"latedef" : true,
"maxdepth" : 4,
"maxparams" : 6,
"newcap" : true,
"noarg" : true,
"noempty" : true,
"node" : true,
"nonew" : true,
"quotmark" : "single",
"strict" : true,
"trailing" : true,
"undef" : true,
"unused" : true,
"globals" : {
"after" : true,
"before" : true,
"describe" : true,
"it" : true,
"req" : true,
"requestError" : true,
"requireWithCoverage" : true,
"should" : true
}
}
1 change: 0 additions & 1 deletion .travis.yml
@@ -1,6 +1,5 @@
language: node_js
node_js:
- 0.6
- 0.8
- "0.10"
services: elasticsearch

0 comments on commit ace1371

Please sign in to comment.