Skip to content

Commit

Permalink
Merge pull request #6 from zeit/fix-deps
Browse files Browse the repository at this point in the history
Fix dependencies so only runtime dep is libhoney
  • Loading branch information
styfle authored Feb 25, 2019
2 parents 2727563 + ee36b2d commit 7f9351c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,14 @@
},
"author": "styfle",
"license": "MIT",
"dependencies": {
"devDependencies": {
"@types/node": "^11.9.4",
"@types/tape": "^4.2.33",
"libhoney": "^1.2.1",
"prettier": "^1.16.4",
"tape": "^4.10.1",
"typescript": "^3.3.3"
},
"dependencies": {
"libhoney": "^1.2.1"
}
}

0 comments on commit 7f9351c

Please sign in to comment.