Skip to content

Commit

Permalink
Merge pull request #13 from ncb000gt/v0.3.1
Browse files Browse the repository at this point in the history
Merging v0.3.1, tagging the changes and then doing an npm publish.
  • Loading branch information
brozeph committed Jul 1, 2013
2 parents 933cbab + beeb1e1 commit b3c85e6
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
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
service_name: travis-ci
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*.swp
*.swo

.DS_Store
lib-cov
node_modules
reports
32 changes: 32 additions & 0 deletions .jshintrc
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: node_js
node_js:
- 0.6
- 0.8
- "0.10"
services: elasticsearch
Loading

0 comments on commit b3c85e6

Please sign in to comment.