Skip to content

Commit

Permalink
Merge pull request #7 from ffissore/master
Browse files Browse the repository at this point in the history
dustjs is long dead, switch to linkedin fork
  • Loading branch information
davglass committed Apr 12, 2012
2 parents dc2ab24 + 82d3025 commit 00e9f67
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/dust.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ var fs = require('fs'),
fsPath = require('path'),
http = require('http'),

dust = require('dust'),
dust = require('dustjs-linkedin'),

baseContext = dust.makeBase({});

Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "express-dust",
"version": "0.1.1",
"version": "0.1.2",
"description": "ExpressJS DustJS View Renderer",
"author": "Dav Glass <davglass@gmail.com> @davglass",
"contributors":[
"Ryan Grove <ryan@wonko.com> @yaypie",
"Scott Sanders (http://stonecobra.com)"
"Scott Sanders (http://stonecobra.com)",
"Federico Fissore <federico@fsfe.org>"
],
"bugs": { "web" : "http://github.com/davglass/express-dust/issues" },
"os": ["darwin", "linux"],
Expand Down

0 comments on commit 00e9f67

Please sign in to comment.