Browse Source

add sinon as dev dependency

master
Brett Langdon 12 years ago
parent
commit
4abb827db5
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      package.json

+ 2
- 1
package.json View File

@ -6,7 +6,8 @@
"description": "Yet Another Plugin Server",
"devDependencies": {
"jscoverage": "~0.3.8",
"mocha": "~1.12.1"
"mocha": "~1.12.1",
"sinon": "~1.7.3"
},
"keywords": [
"http",


Loading…
Cancel
Save