Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "quibble", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Makes it easy to replace require'd dependencies.", | ||
@@ -13,2 +13,3 @@ "homepage": "https://github.com/testdouble/quibble", | ||
"test:debug": "npm test -- --debug-brk", | ||
"test:ci": "npm test && cd example && npm test", | ||
"preversion": "git pull --rebase && npm test", | ||
@@ -39,3 +40,7 @@ "postversion": "git push && git push --tags && npm publish" | ||
}, | ||
"engines": { | ||
"node": ">= 0.12.0", | ||
"iojs": ">= 1.0.0" | ||
}, | ||
"license": "MIT" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
12021
22
61