From 5e19ce4771365dab75f073bd9a9d58e37f138e56 Mon Sep 17 00:00:00 2001 From: Nick DeJesus Date: Mon, 23 Aug 2021 09:41:16 -0400 Subject: [PATCH] remove types from path, doesn't exist (#230) * remove types from path, doesn't exist * version bump --- use-shopping-cart/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/use-shopping-cart/package.json b/use-shopping-cart/package.json index 7cc4e1c7..c68f0c2f 100644 --- a/use-shopping-cart/package.json +++ b/use-shopping-cart/package.json @@ -1,12 +1,12 @@ { "name": "use-shopping-cart", - "version": "3.0.2", + "version": "3.0.3", "description": "Shopping cart state and logic for Stripe", "author": "dayhaysoos", "license": "MIT", "repository": "dayhaysoos/use-shopping-cart", "main": "dist/react.js", - "types": "dist/types/index.d.ts", + "types": "dist/index.d.ts", "module": "dist/react.es.js", "jsnext:main": "dist/react.es.js", "unpkg": "dist/react.umd.js",