Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
Note: added escope dev dependency to fix this issue:

babel/babel-eslint#243

Change-Id: Id866c24b831b9e0fe156e53993538cbbd48acd17
Reviewed-on: https://gerrit.instructure.com/71189
Tested-by: Jenkins
Reviewed-by: Jacob Fugal <[email protected]>
Product-Review: Jennifer Stern <[email protected]>
QA-Review: Jennifer Stern <[email protected]>
  • Loading branch information
junyper committed Feb 1, 2016
1 parent db21dda commit 1018728
Show file tree
Hide file tree
Showing 5 changed files with 618 additions and 465 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.2.1
5.4.0
2 changes: 1 addition & 1 deletion docs/app/templates/example.tmpl.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!doctype html>
<html lang="en">
<head>
<title>{%= o.htmlWebpackPlugin.options.title %}</title>
<title><%= htmlWebpackPlugin.options.title %></title>
<meta charset="utf-8">
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion docs/app/templates/index.tmpl.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!doctype html>
<html lang="en">
<head>
<title>{%= o.htmlWebpackPlugin.options.title %}</title>
<title><%= htmlWebpackPlugin.options.title %></title>
<meta charset="utf-8">
</head>
<body>
Expand Down
Loading

0 comments on commit 1018728

Please sign in to comment.