Skip to content

Commit

Permalink
Added DocPad as a dev dependency for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton committed Dec 10, 2013
1 parent 609b992 commit 7d8f9f6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Expand Up @@ -41,21 +41,22 @@
"engines": {
"node": ">=0.4"
},
"peerDependencies": {
"docpad": "6"
},
"dependencies": {
"bal-util": "~2.4.0",
"extendr": "~2.1.0",
"highlight.js": "~7.5.0",
"ent": "~0.1.0"
},
"devDependencies": {
"docpad": "6",
"coffee-script": "~1.6.2",
"projectz": "~0.2.7"
},
"main": "./out/highlightjs.plugin.js",
"scripts": {
"test": "node ./out/highlightjs.test.js"
},
"peerDependencies": {
"docpad": "6"
}
}

0 comments on commit 7d8f9f6

Please sign in to comment.