We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89fa55a commit e34b7a0Copy full SHA for e34b7a0
1 file changed
packages/shadow-objects/package.json
@@ -1,13 +1,21 @@
1
{
2
"name": "@spearwolf/shadow-objects",
3
"description": "a reactive entity-component framework that feels at home in the shadows",
4
+ "homepage": "https://github.com/spearwolf/shadow-objects/",
5
"version": "0.30.1",
6
"author": {
7
"name": "Wolfger Schramm",
8
"email": "wolfger@spearwolf.de",
9
"url": "https://www.spearwolf.de"
10
},
11
"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
19
"type": "module",
20
"main": "dist/src/index.js",
21
"module": "dist/src/index.js",
@@ -91,4 +99,4 @@
91
99
"@spearwolf/eventize": "^4.0.2",
92
100
"@spearwolf/signalize": "^0.27.2"
93
101
}
94
-}
102
+}
0 commit comments