theme-builder
Advanced tools
Comparing version 0.2.1 to 0.2.2
# Change Log | ||
## [v0.2.1](https://github.com/Travix-International/theme-builder/tree/v0.2.1) (2016-11-16) | ||
[Full Changelog](https://github.com/Travix-International/theme-builder/compare/v0.2.0...v0.2.1) | ||
**Merged pull requests:** | ||
- Update eslint to the latest version 🚀 [\#21](https://github.com/Travix-International/theme-builder/pull/21) ([greenkeeper[bot]](https://github.com/integration/greenkeeper)) | ||
## [v0.2.0](https://github.com/Travix-International/theme-builder/tree/v0.2.0) (2016-11-15) | ||
@@ -4,0 +11,0 @@ **Merged pull requests:** |
{ | ||
"name": "theme-builder", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "README", | ||
@@ -49,5 +49,5 @@ "main": "lib/app.js", | ||
"babel-core": "6.18.2", | ||
"babel-eslint": "7.1.0", | ||
"babel-eslint": "7.1.1", | ||
"babel-jest": "17.0.2", | ||
"babel-loader": "6.2.7", | ||
"babel-loader": "6.2.8", | ||
"babel-preset-es2015": "6.18.0", | ||
@@ -58,6 +58,6 @@ "babel-register": "6.18.0", | ||
"eslint-config-travix": "^2.2.0", | ||
"eslint-plugin-babel": "3.3.0", | ||
"eslint-plugin-babel": "4.0.0", | ||
"eslint-plugin-import": "2.2.0", | ||
"eslint-plugin-react": "6.7.0", | ||
"jest": "17.0.2", | ||
"jest": "17.0.3", | ||
"webpack": "1.13.3" | ||
@@ -64,0 +64,0 @@ }, |
11919