Skip to content

Commit

Permalink
Removing unneeded dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
avoidwork committed Jul 4, 2016
1 parent 5e50e55 commit 3e5efee
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tiny-etag",
"version": "1.0.0",
"version": "1.0.1",
"description": "ETag middleware",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -28,10 +28,8 @@
"homepage": "http://avoidwork.github.io/tiny-etag/",
"dependencies": {
"murmurhash3js": "~3.0.1",
"tiny-coerce": "~1.0.1",
"tiny-defer": "~1.0.4",
"tiny-lru": "~1.1.0",
"tiny-parse": "^1.0.2"
"tiny-parse": "~1.0.2"
},
"devDependencies": {
"grunt": "~1.0.1",
Expand Down

0 comments on commit 3e5efee

Please sign in to comment.