Skip to content

Commit e120f12

Browse files
authored
fix build (#58)
1 parent 3ae90b9 commit e120f12

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: node_js
22
node_js:
3-
- '0.10'
3+
- '0.12'
44
before_install:
55
- npm install -g grunt-cli
66
script:

package.json

+2-6
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,13 @@
2424
"url": "https://raw.github.com/DefinitelyTyped/definitelytyped.github/master/LICENSE-MIT.txt"
2525
}
2626
],
27-
"engines": {
28-
"node": ">= 0.10.0 < 0.11.0",
29-
"npm": "1.3"
30-
},
3127
"scripts": {
3228
"test": "grunt test"
3329
},
3430
"dependencies": {},
3531
"devDependencies": {
36-
"docpad": "~6.64.0",
37-
"docpad-plugin-eco": "~2.0.3",
32+
"docpad": "~6.79.0",
33+
"docpad-plugin-eco": "~2.1.0",
3834
"docpad-plugin-marked": "~2.2.0",
3935
"docpad-plugin-partials": "~2.9.0",
4036
"docpad-plugin-less": "~2.4.1",

src/documents/guides/contributing.html.md.eco

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: 'guide'
3-
title: 'Contribution guide''
3+
title: 'Contribution guide'
44
---
55

66
<div class="ui small message">

0 commit comments

Comments
 (0)