Skip to content

Commit

Permalink
Merge 103dbd6 into c5d70da
Browse files Browse the repository at this point in the history
  • Loading branch information
bensalilijames committed Oct 28, 2016
2 parents c5d70da + 103dbd6 commit 1a6f1d3
Show file tree
Hide file tree
Showing 17 changed files with 660 additions and 612 deletions.
3 changes: 3 additions & 0 deletions .babelrc
@@ -0,0 +1,3 @@
{
"presets": ["es2015"]
}
7 changes: 7 additions & 0 deletions .eslintrc
@@ -0,0 +1,7 @@
---
extends:
airbnb

rules:
no-plusplus: [2, { allowForLoopAfterthoughts: true }]
handle-callback-err: [2, "^(err|error)$" ]
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -2,3 +2,4 @@
node_modules/*
logs/*
npm-debug.log
lib/*
6 changes: 6 additions & 0 deletions .npmignore
@@ -0,0 +1,6 @@
.DS_Store
node_modules/*
logs/*
npm-debug.log
src/*
test/*
5 changes: 4 additions & 1 deletion .travis.yml
@@ -1,8 +1,11 @@
language: node_js
node_js:
- "0.12"
- "4"
- "5"
- "6"
services:
- mongodb
script: "npm run-script test-travis"
# Send coverage data to Coveralls
after_script: "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
after_script: "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
4 changes: 0 additions & 4 deletions index.js

This file was deleted.

340 changes: 0 additions & 340 deletions lib/concepts.js

This file was deleted.

0 comments on commit 1a6f1d3

Please sign in to comment.