Skip to content

Commit

Permalink
Use the correct test file
Browse files Browse the repository at this point in the history
  • Loading branch information
RobLoach committed Feb 12, 2014
1 parent e983b35 commit 3f450b7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
11 changes: 4 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,15 @@
},
"devDependencies": {
"coffee-script": "~1.7.1",
"docpad": ">=6.1 <7",
"projectz": "~0.3.10",
"joe": "~1.3.2",
"joe-reporter-console": "~1.2.1",
"chai": "~1.9.0"
"docpad": ">=6.37 <7",
"projectz": "~0.3.10"
},
"main": "./out/associatedfiles.plugin.js",
"scripts": {
"test": "node ./test/associatedfiles.test.js"
"test": "node ./out/associatedfiles.test.js"
},
"peerDependencies": {
"docpad": ">=6.1 <7"
"docpad": ">=6.37 <7"
},
"badges": {
"travis": true,
Expand Down
2 changes: 0 additions & 2 deletions test/associatedfiles.test.js

This file was deleted.

2 changes: 1 addition & 1 deletion test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"docpad-plugin-eco": "2"
"docpad-plugin-eco": "~2"
}
}

0 comments on commit 3f450b7

Please sign in to comment.