Skip to content

Commit

Permalink
Update docpad and its dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mkxml committed Oct 27, 2015
1 parent 6c52231 commit 12dd2d6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: node_js
node_js:
- 0.8
- 4.1
before_script:
- npm install -g docpad@6.40.0
- npm install -g docpad@6.78.4
branches:
only:
- master
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ If you want to add new tips or edit the existing ones, just go to the [src/docum
2. Open your terminal and download [DocPad](https://github.com/bevry/docpad) through this command:

```sh
$ [sudo] npm install -g docpad@6.40.0
$ [sudo] npm install -g docpad@6.78.4
```

3. Now clone it:
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"private": true,
"dependencies": {
"bal-util": "~1.15.3",
"docpad": "6.40.0",
"docpad-plugin-eco": "2.x",
"docpad-plugin-highlightjs": "2.x",
"docpad-plugin-less": "~2.1.2",
"docpad-plugin-marked": "2.x",
"docpad-plugin-partials": "~2.5.0",
"docpad": "6.78.4",
"docpad-plugin-eco": "~2.1.0",
"docpad-plugin-highlightjs": "~2.3.0",
"docpad-plugin-less": "~2.4.1",
"docpad-plugin-marked": "~2.3.0",
"docpad-plugin-partials": "~2.9.2",
"underscore": "~1.4.3"
},
"devDependencies": {
Expand All @@ -18,4 +18,4 @@
"scripts": {
"test": "docpad generate"
}
}
}

0 comments on commit 12dd2d6

Please sign in to comment.