Skip to content

Commit

Permalink
Updated readme, upgraded build to Webpack 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Suarez committed Feb 19, 2019
1 parent 7f45bb8 commit 8432152
Show file tree
Hide file tree
Showing 6 changed files with 2,772 additions and 2,309 deletions.
8 changes: 8 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"presets": [
"@babel/preset-env"
],
"plugins": [
"@babel/plugin-proposal-object-rest-spread"
]
}
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ Slider component using [Swiper](http://idangero.us/swiper/)
* `swipper-slide`
* `swipper-pagination`
* `swipper-scrollbar`
* `lory-prev`
* `lory-next`
* `swipper-prev`
* `swipper-next`
* Blocks
* `swiper-slider`

Expand Down
4 changes: 2 additions & 2 deletions dist/grapesjs-swiper-slider.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit 8432152

Please sign in to comment.