Skip to content

Commit

Permalink
Merge branch 'master' into patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
Emanuele committed Apr 11, 2018
2 parents 49b643f + 7b4855e commit b00083f
Show file tree
Hide file tree
Showing 10 changed files with 4,229 additions and 1,430 deletions.
5 changes: 4 additions & 1 deletion .eslintrc.json
@@ -1,5 +1,8 @@
{
"extends": "airbnb-base",
"parser": "babel-eslint",
"env": { "browser": true }
"env": {
"browser": true,
"jest": true
}
}
1 change: 1 addition & 0 deletions .nvmrc
@@ -0,0 +1 @@
9
2 changes: 2 additions & 0 deletions .travis.yml
@@ -0,0 +1,2 @@
language: node_js
node_js: 9

0 comments on commit b00083f

Please sign in to comment.