Skip to content

Commit 133bc1e

Browse files
authored
Merge pull request #278 from nichoth/main
add description to package.json
2 parents a829d0f + b947e92 commit 133bc1e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@preact/signals-core",
33
"version": "1.2.2",
44
"license": "MIT",
5-
"description": "",
5+
"description": "Manage state with style in every framework",
66
"keywords": [],
77
"authors": [
88
"The Preact Authors (https://github.com/preactjs/signals/contributors)"

packages/preact/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@preact/signals",
33
"version": "1.1.2",
44
"license": "MIT",
5-
"description": "",
5+
"description": "Manage state with style in Preact",
66
"keywords": [],
77
"authors": [
88
"The Preact Authors (https://github.com/preactjs/signals/contributors)"

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@preact/signals-react",
33
"version": "1.2.1",
44
"license": "MIT",
5-
"description": "",
5+
"description": "Manage state with style in React",
66
"keywords": [],
77
"authors": [
88
"The Preact Authors (https://github.com/preactjs/signals/contributors)"

0 commit comments

Comments
 (0)