From 453dfda20f99dda574bc9a823e252ac61bc2bfba Mon Sep 17 00:00:00 2001 From: Atanas Atanasov Date: Sat, 7 Jul 2018 08:53:54 +0300 Subject: [PATCH] Update package meta --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7160c05..8d3a178 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "@three11/animate-top-offset", - "version": "0.4.0", + "version": "0.5.0", "description": "Scroll a container to a specific Y offset", - "main": "dist/index.js", + "main": "dist/animate-top-offset.js", "scripts": { "build": "webpack" },