Skip to content

Commit

Permalink
Version bump + module and browser properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea Verlicchi committed Aug 3, 2018
1 parent eef3415 commit 32fb85b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"name": "vanilla-lazyload",
"version": "10.12.0",
"version": "10.13.0",
"description": "A fast, lightweight script to load images as they enter the viewport. SEO friendly, it supports responsive images (both srcset + sizes and picture) and progressive JPEG",
"main": "dist/lazyload.min.js",
"module": "dist/lazyload.es2015.js",
"browser": "dist/lazyload.iife.min.js",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-plugin-transform-object-assign": "^6.22.0",
Expand Down

0 comments on commit 32fb85b

Please sign in to comment.