We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d3a566e + 13639cb commit a829d0fCopy full SHA for a829d0f
package.json
@@ -1,8 +1,5 @@
1
{
2
"name": "preact-signals",
3
- "version": "1.0.0",
4
- "description": "",
5
- "main": "index.js",
6
"private": true,
7
"scripts": {
8
"prebuild": "rimraf packages/core/dist/ packages/preact/dist",
@@ -25,8 +22,9 @@
25
22
"ci:test": "pnpm lint && pnpm test",
26
23
"release": "pnpm changeset version && pnpm install && git add -A && git commit -m 'Version Packages' && changeset tag && pnpm publish -r"
27
24
},
28
- "keywords": [],
29
- "author": "",
+ "authors": [
+ "The Preact Authors (https://github.com/preactjs/signals/contributors)"
+ ],
30
"license": "MIT",
31
"devDependencies": {
32
"@babel/core": "^7.19.1",
0 commit comments