mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
remove unused shim for deprecated Node.js module
This commit is contained in:
parent
82e96930ee
commit
e743016137
@ -4,8 +4,7 @@
|
|||||||
desc('Updating package.json revision.');
|
desc('Updating package.json revision.');
|
||||||
task('default', [], function(params) {
|
task('default', [], function(params) {
|
||||||
/*jshint evil: true */
|
/*jshint evil: true */
|
||||||
var fs = require('fs'),
|
var fs = require('fs');
|
||||||
sys = require('sys');
|
|
||||||
|
|
||||||
// import the Mustache template tool
|
// import the Mustache template tool
|
||||||
eval(fs.readFileSync('Jake/lib/mustache.js', 'utf8'));
|
eval(fs.readFileSync('Jake/lib/mustache.js', 'utf8'));
|
||||||
|
|||||||
@ -1,4 +0,0 @@
|
|||||||
|
|
||||||
exports.puts = function(str) {
|
|
||||||
print(String(str));
|
|
||||||
};
|
|
||||||
Loading…
x
Reference in New Issue
Block a user