diff --git a/CHANGELOG b/CHANGELOG index 05f56b32d..ac85a5cf1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -15,7 +15,7 @@ mkdocs-material-1.0.0-rc.1 (2016-XX-XX) * Rewrite of JavaScript using ES6 and Babel as a transpiler * Rewrite of Admonition, Permalinks and Codehilite integration * Rewrite of the complete typographical system - * Rewrite of Gulp asset pipeline in ES6 and separate tasks + * Rewrite of Gulp asset pipeline in ES6 and separation of tasks * Removed Bower as a dependency in favor of npm * Removed custom icon build in favor of the Material Design iconset * Removed _blank targets on links due to vulnerability: http://bit.ly/1Mk2Rtw diff --git a/package.json b/package.json index 7a67b6864..2bb801e86 100644 --- a/package.json +++ b/package.json @@ -32,6 +32,7 @@ "babel-loader": "^6.2.4", "babel-plugin-add-module-exports": "^0.2.1", "babel-preset-es2015": "^6.13.2", + "babel-register": "^6.16.3", "css-mqpacker": "^4.0.0", "del": "^2.2.0", "eslint": "^3.6.1",