webpack-rails-react 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +1 -2
- data/lib/webpack/rails/react/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6f878ca896e862aa466d1540b5fcfd5022be4ccd
|
4
|
+
data.tar.gz: 8551fa8ce69cd3932c0455c0d641909568757836
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 322dfa95c38dcde4748993bb3eb9d210d23bbb2e427aef6a61f8e79395d90712ee27bad5d3ee55312448bf5e0c837990a90f0bccaf60961ca24325b83eebc3f5
|
7
|
+
data.tar.gz: 7d5fe019fe33b004562021b1a0ec880dc46aa81fb1fec611b7220acbb086a4e09730b10e4e955050f6e3f2b241527e839b8b5064fcd0864e1db7aedd6face72f
|
data/README.md
CHANGED
@@ -82,5 +82,4 @@ Please ensure that pull requests pass both rubocop & rspec. New functionality sh
|
|
82
82
|
|
83
83
|
## Acknowledgements
|
84
84
|
|
85
|
-
* mipearson for his [webpack-rails](https://github.com/mipearson/webpack-rails) gem which inspired this implementation
|
86
|
-
* David Jungst for his fork of [webpack-rails](https://github.com/wdjungst/webpack-rails-react) and idea / implementation to add React / Babel / ES6 boilerplate.
|
85
|
+
* mipearson for his [webpack-rails](https://github.com/mipearson/webpack-rails) gem which inspired this implementation
|
metadata
CHANGED