mirror of
https://github.com/pa11y/pa11y-dashboard.git
synced 2025-09-27 07:41:24 +00:00
Add underscore to dependencies in package.json
This commit is contained in:
@@ -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",
|
||||||
|
@@ -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>
|
|
||||||
|
@@ -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}}">
|
||||||
|
Reference in New Issue
Block a user