From a2a7fd2df3318775a07dce8f9197e36320ecc45d Mon Sep 17 00:00:00 2001 From: TJ Holowaychuk Date: Tue, 1 May 2012 12:23:53 -0700 Subject: [PATCH] Added package.json component config --- package.json | 5 +++++ support/head.js | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 032112b26..136e49047 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,11 @@ "less": "*", "uglify-js": "*" }, + "component": { + "scripts": { + "jade": "runtime.js" + } + }, "scripts" : { "prepublish" : "npm prune" }, "engines": { "node": ">= 0.1.98" } } diff --git a/support/head.js b/support/head.js index 83775aab2..7af13101c 100644 --- a/support/head.js +++ b/support/head.js @@ -1,2 +1,2 @@ -var jade = (function(exports){ \ No newline at end of file +jade = (function(exports){ \ No newline at end of file