Add underscore to dependencies in package.json

This commit is contained in:
perryharlock
2013-09-16 15:54:42 +01:00
parent 378af9c83c
commit 7a02c491d8
3 changed files with 5 additions and 3 deletions

View File

@@ -11,7 +11,8 @@
"express": "~3.4", "express": "~3.4",
"express-hbs": "~0.2", "express-hbs": "~0.2",
"moment": "~2.2", "moment": "~2.2",
"pa11y-webservice-client-node": "git+ssh://git@github.com:nature/pa11y-webservice-client-node.git#1.0.0-beta.2" "pa11y-webservice-client-node": "git+ssh://git@github.com:nature/pa11y-webservice-client-node.git#1.0.0-beta.2",
"underscore": "~1.5"
}, },
"devDependencies": { "devDependencies": {
"jshint": "~2.1", "jshint": "~2.1",

View File

@@ -8,5 +8,3 @@
<p>Here are some tasks:</p> <p>Here are some tasks:</p>
{{> tasks}} {{> tasks}}
<a href="/new">Create a task</a>

View File

@@ -1,5 +1,8 @@
<ul> <ul>
<li>
<a href="/new">Create a task</a>
</li>
{{#tasks}} {{#tasks}}
<li> <li>
<a href="/{{id}}"> <a href="/{{id}}">