Skip to content

Commit

Permalink
Added package.json component config
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed May 1, 2012
1 parent 65ced8a commit a2a7fd2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions package.json
Expand Up @@ -20,6 +20,11 @@
"less": "*",
"uglify-js": "*"
},
"component": {
"scripts": {
"jade": "runtime.js"
}
},
"scripts" : { "prepublish" : "npm prune" },
"engines": { "node": ">= 0.1.98" }
}
2 changes: 1 addition & 1 deletion support/head.js
@@ -1,2 +1,2 @@

var jade = (function(exports){
jade = (function(exports){

0 comments on commit a2a7fd2

Please sign in to comment.