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.
package.json
1 parent bde59c1 commit 2009d4eCopy full SHA for 2009d4e
package.json
@@ -3,7 +3,10 @@
3
"version": "0.0.1",
4
"type": "module",
5
"description": "⚡ A monorepo containing TypeScript utility packages with shared functionality common to many Storm Software applications.",
6
- "repository": "storm-software/monorepo-template.git",
+ "repository": {
7
+ "type": "github",
8
+ "url": "https://github.com/storm-software/monorepo-template.git"
9
+ },
10
"homepage": "https://stormsoftware.com",
11
"bugs": {
12
"url": "https://stormsoftware.com/support",
0 commit comments