Skip to content

Commit f737dfd

Browse files
authored
Add repository information to package.json
1 parent 514fe87 commit f737dfd

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
"prepare": "node -e \"try { (await import('husky')).default() } catch (e) { if (e.code !== 'ERR_MODULE_NOT_FOUND') throw e }\" --input-type module && npx tsc"
1515
},
1616
"author": "Balena Ltd.",
17+
"repository": {
18+
"type": "git",
19+
"url": "git+https://github.com/balena-io-modules/node-docker-delta.git"
20+
},
1721
"license": "Apache-2.0",
1822
"devDependencies": {
1923
"@balena/lint": "^9.3.12",

0 commit comments

Comments
 (0)