Skip to content

Commit

Permalink
Merge pull request #2 from tillarnold/updates
Browse files Browse the repository at this point in the history
Dependency updates
  • Loading branch information
tillarnold authored Feb 8, 2018
2 parents 1791494 + 7bb3fe6 commit eba341e
Show file tree
Hide file tree
Showing 5 changed files with 5,529 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"presets": ["es2015"]
"presets": ["env"]
}
11 changes: 0 additions & 11 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,6 @@
"browser": true,
"node": true
},
"ecmaFeatures": {
"forOf": true,
"generators": true,
"templateStrings": true,
"objectLiteralComputedProperties": true,
"objectLiteralShorthandMethods": true,
"objectLiteralShorthandProperties": true,
"defaultParams": true,
"blockBindings": true,
"arrowFunctions": true
},
"rules": {
"quotes": [2, "single", "avoid-escape"],
"valid-jsdoc":2,
Expand Down
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
language: node_js
node_js:
- "0.10"
- "0.12"
- "4.0.0"
- "stable"
install: npm install
Expand Down
Loading

0 comments on commit eba341e

Please sign in to comment.