natural-gallery-js
Advanced tools
Comparing version 2.6.0 to 2.6.1
{ | ||
"name": "natural-gallery-js", | ||
"version": "2.6.0", | ||
"version": "2.6.1", | ||
"description": "A lazy load, infinite scroll and natural layout list gallery", | ||
@@ -15,7 +15,7 @@ "author": "Samuel Baptista <samuel.baptista@ecodev.ch>", | ||
"homepage": "https://github.com/Ecodev/natural-gallery-js#readme", | ||
"main": "dist/natural-gallery.js", | ||
"module": "dist/natural-gallery.js", | ||
"jsnext:main": "dist/natural-gallery.js", | ||
"types": "dist/index.d.ts", | ||
"typings": "dist/index.d.ts", | ||
"main": "./dist/natural-gallery.js", | ||
"module": "./dist/natural-gallery.js", | ||
"jsnext:main": "./dist/natural-gallery.js", | ||
"types": "./dist/index.d.ts", | ||
"typings": "./dist/index.d.ts", | ||
"scripts": { | ||
@@ -22,0 +22,0 @@ "watch": "webpack --progress --colors --watch --env.nodependencies", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
712722