Added babel-register as a dependency

This commit is contained in:
squidfunk 2016-10-06 12:20:48 +02:00
parent 914ccc4550
commit 48dc0527c8
2 changed files with 2 additions and 1 deletions

View File

@ -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 JavaScript using ES6 and Babel as a transpiler
* Rewrite of Admonition, Permalinks and Codehilite integration * Rewrite of Admonition, Permalinks and Codehilite integration
* Rewrite of the complete typographical system * 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 Bower as a dependency in favor of npm
* Removed custom icon build in favor of the Material Design iconset * Removed custom icon build in favor of the Material Design iconset
* Removed _blank targets on links due to vulnerability: http://bit.ly/1Mk2Rtw * Removed _blank targets on links due to vulnerability: http://bit.ly/1Mk2Rtw

View File

@ -32,6 +32,7 @@
"babel-loader": "^6.2.4", "babel-loader": "^6.2.4",
"babel-plugin-add-module-exports": "^0.2.1", "babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-es2015": "^6.13.2", "babel-preset-es2015": "^6.13.2",
"babel-register": "^6.16.3",
"css-mqpacker": "^4.0.0", "css-mqpacker": "^4.0.0",
"del": "^2.2.0", "del": "^2.2.0",
"eslint": "^3.6.1", "eslint": "^3.6.1",