Skip to content

Commit

Permalink
Changed to use dustjs-linkedin since dust is not maintained for node …
Browse files Browse the repository at this point in the history
…0.6.
  • Loading branch information
thejhh committed May 27, 2012
1 parent 54cb795 commit 47ed8ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
},
"main": "src/dustfs.js",
"engines": {
"node": ">=0.4.0"
"node": ">=0.6.0"
},
"dependencies": {
"dust": ">=0.3.0",
"dustjs-linkedin": "dustjs-linkedin",
"snippets": ">=0.0.5"
},
"devDependencies": {}
Expand Down
2 changes: 1 addition & 1 deletion src/dustfs.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

module.exports = (function() {
var _debug = false,
dust = require('dust'),
dust = require('dustjs-linkedin'),
fs = require('fs'),
path = require('path'),
foreach = require('snippets').foreach,
Expand Down

0 comments on commit 47ed8ca

Please sign in to comment.