Comparing version 1.1.11 to 1.1.12
{ | ||
"name": "faraday", | ||
"version": "1.1.11", | ||
"version": "1.1.12", | ||
"main": "faraday.coffee", | ||
@@ -13,3 +13,11 @@ "engines": "node 0.10", | ||
}, | ||
"description": "A lightweight MVC framework" | ||
"description": "A lightweight MVC framework", | ||
"readme": "Faraday\n=======\nA lightweight MVC framework.\n\nTo begin, run the following the in the root of your app:\n\n<code><pre>\n coffee -e \"require('faraday').new()\"\n</pre></code>\n\nNow you can access faraday throught the folders <code>models</code>, <code>views</code>, and <code>controllers</code>.", | ||
"readmeFilename": "README.md", | ||
"_id": "faraday@1.1.11", | ||
"_from": "faraday@1.1.11", | ||
"dist": { | ||
"shasum": "ddcfa288aacfa53c806fd757e2a412afd6154f61" | ||
}, | ||
"_resolved": "https://registry.npmjs.org/faraday/-/faraday-1.1.11.tgz" | ||
} |
@@ -8,5 +8,5 @@ Faraday | ||
<code><pre> | ||
coffee -e "require('faraday').new()" | ||
coffee node_modules/faraday/new.coffee | ||
</pre></code> | ||
Now you can access faraday throught the folders <code>models</code>, <code>views</code>, and <code>controllers</code>. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
40543
16