Skip to content

Commit

Permalink
version bump v0.24.0. updates dependencies removing dep warnings. tes…
Browse files Browse the repository at this point in the history
…ted on node v8.x
  • Loading branch information
sintaxi committed Jun 3, 2017
1 parent 7c0e02a commit cdf5329
Showing 1 changed file with 29 additions and 23 deletions.
52 changes: 29 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,36 @@
{
"name": "harp",
"version": "0.23.0",
"version": "0.24.0",
"description": "Static web server with built in preprocessing",
"author": "Brock Whitten <[email protected]>",
"contributors":
[ "Brock Whitten <[email protected]>"
, "Rob Ellis <[email protected]>"
, "Jorge Pedret <[email protected]>"
, "Michael Brooks <[email protected]>"
, "Tommy-Carlos Williams <[email protected]>"
, "Darryl Pogue <[email protected]>"
, "Boris Mann <[email protected]>"
, "Kenneth Ormandy <[email protected]>"
, "Keith Yao <[email protected]>"
, "Eric Drechsel <[email protected]>"
, "Andrew Hobden <[email protected]>"
, "Max Melentiev <[email protected]>"
, "Remy Sharp <[email protected]>"
, "Zeke Sikelianos <[email protected]>"
, "Marc Knaup <[email protected]>"
, "Jurgen Van de Moere <[email protected]>"
"contributors": [
"Brock Whitten <[email protected]>",
"Rob Ellis <[email protected]>",
"Jorge Pedret <[email protected]>",
"Michael Brooks <[email protected]>",
"Tommy-Carlos Williams <[email protected]>",
"Darryl Pogue <[email protected]>",
"Boris Mann <[email protected]>",
"Kenneth Ormandy <[email protected]>",
"Keith Yao <[email protected]>",
"Eric Drechsel <[email protected]>",
"Andrew Hobden <[email protected]>",
"Max Melentiev <[email protected]>",
"Remy Sharp <[email protected]>",
"Zeke Sikelianos <[email protected]>",
"Marc Knaup <[email protected]>",
"Jurgen Van de Moere <[email protected]>"
],
"keywords": [
"static web server",
"static site generator",
"sass", "less", "stylus", "markdown", "jade", "ejs", "coffeescript"
"sass",
"less",
"stylus",
"markdown",
"jade",
"ejs",
"coffeescript"
],
"homepage": "http://harpjs.com",
"bugs": "http://github.com/sintaxi/harp/issues",
Expand All @@ -41,17 +47,17 @@
"envy-json": "0.2.1",
"escape-html": "1.0.3",
"fs-extra": "0.18.2",
"mime": "1.2.11",
"mime": "1.3.6",
"parseurl": "1.3.0",
"pause": "0.1.0",
"send": "0.13.0",
"terraform": "1.3.0"
"terraform": "1.4.0"
},
"devDependencies": {
"cheerio": "0.19.0",
"mocha": "1.21.5",
"mocha": "3.4.2",
"nixt": "0.4.1",
"request": "2.61.0",
"request": "2.81.0",
"should": "3.3.2"
},
"scripts": {
Expand Down

0 comments on commit cdf5329

Please sign in to comment.