Skip to content

Commit

Permalink
remove types from path, doesn't exist (#230)
Browse files Browse the repository at this point in the history
* remove types from path, doesn't exist

* version bump
  • Loading branch information
dayhaysoos authored Aug 23, 2021
1 parent 5c9b781 commit 5e19ce4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions use-shopping-cart/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 5e19ce4

Please sign in to comment.