Skip to content

Commit 6685d2b

Browse files
committed
Add a config file for using david with manually managed node deps
1 parent 0c86d4f commit 6685d2b

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

etc/david/.pkg.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"dependencies": {
3+
"electron": "1.7.9"
4+
},
5+
"devDependencies":{}
6+
}

0 commit comments

Comments
 (0)