Skip to content

Commit

Permalink
Feature/bump deps (#255) (PATCH)
Browse files Browse the repository at this point in the history
* bump dependencies

* bump dependencies, fix webpack build
  • Loading branch information
themre authored and codeofsumit committed Nov 24, 2017
1 parent 0985089 commit 40b3abb
Show file tree
Hide file tree
Showing 5 changed files with 1,449 additions and 8,110 deletions.
4 changes: 2 additions & 2 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"no-param-reassign": 0,
"max-len": ["error", 140],
"no-restricted-syntax": 0,
"guard-for-in": 0,
"guard-for-in": 0
},
"globals": {
"L": true,
"window": true,
"document": true,
"document": true
}
}
Loading

0 comments on commit 40b3abb

Please sign in to comment.