Skip to content

Commit

Permalink
Bumped v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
delvedor committed Aug 24, 2017
1 parent 851d34b commit a973797
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "middie",
"version": "1.0.0",
"version": "1.1.0",
"description": "Middleware engine for Fastify",
"main": "middie.js",
"scripts": {
Expand Down Expand Up @@ -30,18 +30,18 @@
},
"homepage": "https://github.com/fastify/middleman#readme",
"devDependencies": {
"cors": "^2.8.1",
"cors": "^2.8.4",
"dns-prefetch-control": "^0.1.0",
"frameguard": "^3.0.0",
"hide-powered-by": "^1.0.0",
"hsts": "^2.0.0",
"hsts": "^2.1.0",
"ienoopen": "^1.0.0",
"pre-commit": "^1.2.2",
"standard": "^10.0.0",
"tap": "^10.1.0",
"standard": "^10.0.3",
"tap": "^10.7.2",
"x-xss-protection": "^1.0.0"
},
"dependencies": {
"reusify": "^1.0.1"
"reusify": "^1.0.2"
}
}

0 comments on commit a973797

Please sign in to comment.