Skip to content

Commit a829d0f

Browse files
authored
Merge pull request #279 from preactjs/chore/root-package-file
chore: Remove unused entries in root pkg.json
2 parents d3a566e + 13639cb commit a829d0f

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
{
22
"name": "preact-signals",
3-
"version": "1.0.0",
4-
"description": "",
5-
"main": "index.js",
63
"private": true,
74
"scripts": {
85
"prebuild": "rimraf packages/core/dist/ packages/preact/dist",
@@ -25,8 +22,9 @@
2522
"ci:test": "pnpm lint && pnpm test",
2623
"release": "pnpm changeset version && pnpm install && git add -A && git commit -m 'Version Packages' && changeset tag && pnpm publish -r"
2724
},
28-
"keywords": [],
29-
"author": "",
25+
"authors": [
26+
"The Preact Authors (https://github.com/preactjs/signals/contributors)"
27+
],
3028
"license": "MIT",
3129
"devDependencies": {
3230
"@babel/core": "^7.19.1",

0 commit comments

Comments
 (0)