Skip to content
This repository was archived by the owner on Mar 3, 2022. It is now read-only.

Commit 830abbe

Browse files
Bump version
1 parent afe792f commit 830abbe

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "suspension",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "React hooks and utilities for using Suspense with existing APIs",
55
"main": "dist/index.js",
66
"module": "dist/suspension.esm.js",
@@ -51,7 +51,8 @@
5151
],
5252
"files": [
5353
"/dist",
54-
"/src"
54+
"/src",
55+
"/suspension-logo.png"
5556
],
5657
"husky": {
5758
"hooks": {

0 commit comments

Comments
 (0)