Skip to content

Commit

Permalink
Some dependency wrangling...
Browse files Browse the repository at this point in the history
  • Loading branch information
rantecki committed Jan 9, 2014
1 parent ad6bd88 commit 4249467
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
},
"dependencies": {},
"peerDependencies": {
"docpad": ">=6.46 <7",
"docpad-plugin-tags": ">=2.07"
"docpad": ">=6.46 <7"
},
"devDependencies": {
"docpad": ">=6.46 <7",
Expand Down
4 changes: 2 additions & 2 deletions test/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "docpad-plugin-tagging-testsuite",
"name": "docpad-plugin-tagcloud-testsuite",
"version": "0.1.0",
"private": true,
"dependencies": {
"docpad-plugin-tags": ">=2.07",
"docpad-plugin-tags": "latest",
"docpad-plugin-eco": "latest"
}
}

0 comments on commit 4249467

Please sign in to comment.