Skip to content

Commit

Permalink
chore: missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
soyuka committed Feb 21, 2018
1 parent 62e0dad commit 231fc54
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 2 deletions.
71 changes: 71 additions & 0 deletions protocol/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 8 additions & 2 deletions protocol/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Dat daemon protocol buffer",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"build": "protocol-buffers daemon.proto -o index.js"
},
"repository": {
"type": "git",
Expand All @@ -19,5 +19,11 @@
"bugs": {
"url": "https://github.com/soyuka/dat-daemon/issues"
},
"homepage": "https://github.com/soyuka/dat-daemon#readme"
"homepage": "https://github.com/soyuka/dat-daemon#readme",
"dependencies": {
"protocol-buffers-encodings": "^1.1.0"
},
"devDependencies": {
"protocol-buffers": "^4.0.4"
}
}

0 comments on commit 231fc54

Please sign in to comment.