Skip to content
This repository was archived by the owner on Aug 18, 2024. It is now read-only.

Commit 454a69c

Browse files
committed
add repo/author
1 parent bdd27aa commit 454a69c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,16 @@
33
"version": "0.0.0",
44
"description": "Execute allowed lifecycle scripts",
55
"main": "lib/index.js",
6+
"repository": {
7+
"url": "https://github.com/dominykas/allow-scripts.git"
8+
},
69
"scripts": {
710
"test": "lab -L -n"
811
},
912
"bin": {
1013
"allow-scripts": "./bin/allow-scripts.js"
1114
},
12-
"author": "",
15+
"author": "Dominykas Blyžė <[email protected]>",
1316
"license": "MIT",
1417
"dependencies": {
1518
"libnpm": "^2.0.1",

0 commit comments

Comments
 (0)