Skip to content

Commit

Permalink
chore: bump dev dependencies to resolve install warnings (#135)
Browse files Browse the repository at this point in the history
This bumps several dev dependencies to avoid depending on deprecated packages.
This also adds `package-lock.json` to eliminate those warnings and the hassle
involved with constantly removing the uncommitted file.

Issue #134
  • Loading branch information
nfischer authored Jun 25, 2018
1 parent 4a29102 commit 81ccb05
Show file tree
Hide file tree
Showing 3 changed files with 5,818 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"presets": [
"es2015"
"env"
]
}
Loading

0 comments on commit 81ccb05

Please sign in to comment.