Skip to content

Commit

Permalink
Removing an unneeded dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
avoidwork committed Jun 30, 2016
1 parent 3f315c5 commit 8666bc0
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "woodland",
"version": "1.0.2",
"version": "1.0.3",
"description": "Lightweight HTTP/HTTPS router with virtual hosts",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -28,12 +28,11 @@
},
"homepage": "https://github.com/avoidwork/woodland#readme",
"dependencies": {
"murmurhash3js": "^3.0.1",
"retsu": "^2.0.3",
"tiny-coerce": "^1.0.1",
"tiny-defer": "^1.0.4",
"tiny-lru": "^1.1.0",
"tiny-merge": "^1.0.0"
"murmurhash3js": "~3.0.1",
"retsu": "~2.0.3",
"tiny-coerce": "~1.0.1",
"tiny-defer": "~1.0.4",
"tiny-lru": "~1.1.0"
},
"devDependencies": {
"grunt": "~1.0.1",
Expand Down

0 comments on commit 8666bc0

Please sign in to comment.