From 3bda2b3e7a1d75b76b152e33ec3236019704a454 Mon Sep 17 00:00:00 2001 From: Jonathan Fielding Date: Tue, 21 Jul 2015 16:15:14 +0100 Subject: [PATCH] fixed name so works with browserify --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index da5db9d..6bb4771 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "echo.js", - "version": "1.7.0", + "name": "echo-js", + "version": "1.7.2", "description": "Lazy-loading with data-* attributes, offset and throttle options", "author": "@toddmotto", "license": "MIT",