Skip to content

Commit

Permalink
added dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown authored and unknown committed Aug 28, 2011
1 parent 28f744e commit 93232ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Mike Coolin <mcoolin@techie.com> (www.coolwebdevelopment.ca)", "author": "Mike Coolin <mcoolin@techie.com> (www.coolwebdevelopment.ca)",
"name": "Node-JavaScript-Preprocessor", "name": "Node-JavaScript-Preprocessor",
"description": "A preprocessor for Javascript that supports defines, if else endif and includes.", "description": "A preprocessor for Javascript that supports defines, if else endif and includes.",
"version": "0.0.1", "version": "0.0.2",
"homepage": "http://coolwebdevelopment.ca/wordpress/index.php/developers-area/javascript/node-javascript-preprocessor/", "homepage": "http://coolwebdevelopment.ca/wordpress/index.php/developers-area/javascript/node-javascript-preprocessor/",
"repository": { "repository": {
"type": "git", "type": "git",
Expand All @@ -15,6 +15,6 @@
"engines": { "engines": {
"node": "~v0.4.11" "node": "~v0.4.11"
}, },
"dependencies": {}, "dependencies": { "tav" : "1.0.0 - 2.9999.9999"},
"devDependencies": {} "devDependencies": {}
} }

0 comments on commit 93232ae

Please sign in to comment.