Skip to content

Commit e34b7a0

Browse files
committed
Add homepage, publishConfig, and repository fields to package.json
1 parent 89fa55a commit e34b7a0

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

packages/shadow-objects/package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,21 @@
11
{
22
"name": "@spearwolf/shadow-objects",
33
"description": "a reactive entity-component framework that feels at home in the shadows",
4+
"homepage": "https://github.com/spearwolf/shadow-objects/",
45
"version": "0.30.1",
56
"author": {
67
"name": "Wolfger Schramm",
78
"email": "wolfger@spearwolf.de",
89
"url": "https://www.spearwolf.de"
910
},
1011
"license": "Apache-2.0",
12+
"publishConfig": {
13+
"registry": "https://registry.npmjs.org"
14+
},
15+
"repository": {
16+
"type": "git",
17+
"url": "git+https://github.com/spearwolf/shadow-objects.git"
18+
},
1119
"type": "module",
1220
"main": "dist/src/index.js",
1321
"module": "dist/src/index.js",
@@ -91,4 +99,4 @@
9199
"@spearwolf/eventize": "^4.0.2",
92100
"@spearwolf/signalize": "^0.27.2"
93101
}
94-
}
102+
}

0 commit comments

Comments
 (0)