react-on-rails
Advanced tools
Comparing version 6.8.1 to 6.8.2
@@ -8,2 +8,4 @@ # Change Log | ||
*Please add entries here for your pull requests.* | ||
## Changed | ||
- Change webpack output path to absolute and update webpack to version ^2.3.1. [#771](https://github.com/shakacode/react_on_rails/pull/771) by [cheremukhin23](https://github.com/cheremukhin23). | ||
@@ -10,0 +12,0 @@ ## [6.8.1] - 2017-03-21 |
{ | ||
"name": "react-on-rails", | ||
"version": "6.8.1", | ||
"version": "6.8.2", | ||
"description": "react-on-rails JavaScript for react_on_rails Ruby gem", | ||
@@ -38,3 +38,3 @@ "main": "node_package/lib/ReactOnRails.js", | ||
"tape": "^4.6.3", | ||
"webpack": "^2.2.1" | ||
"webpack": "^2.3.1" | ||
}, | ||
@@ -41,0 +41,0 @@ "peerDependencies": { |
120163