Skip to content

Commit

Permalink
Checklist is only a dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
pghalliday committed Oct 25, 2012
1 parent 3980459 commit 8108657
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
"test": "grunt"
},
"dependencies": {
"node-uuid": "~1.4.0",
"checklist": "0.0.6"
"node-uuid": "~1.4.0"
},
"devDependencies": {
"grunt": "0.3.17",
"chai": "1.3.0",
"grunt-mocha-test": "0.0.1",
"pipette": "~0.9.1"
"pipette": "~0.9.1",
"checklist": "0.0.6"
},
"keywords": []
}

0 comments on commit 8108657

Please sign in to comment.