Comparing version
@@ -1,2 +0,3 @@ | ||
require('coffee-script/register'); | ||
// lib is generated by coffee-script in src/. Generate lib from src changes with | ||
// $ npm run compile | ||
module.exports = require('./lib/quibble'); |
{ | ||
"name": "quibble", | ||
"version": "0.2.1", | ||
"version": "0.3.0", | ||
"description": "Makes it easy to replace require'd dependencies.", | ||
@@ -10,7 +10,12 @@ "homepage": "https://github.com/testdouble/quibble", | ||
"scripts": { | ||
"clean": "rm -rf lib", | ||
"start": "testem", | ||
"test": "mocha -u mocha-given -R $npm_package_config_mocha_reporter --compilers coffee:coffee-script --recursive test/helper.coffee test/lib/", | ||
"compile": "coffee -o lib -c src", | ||
"test": "mocha -u mocha-given -R $npm_package_config_mocha_reporter --compilers coffee:coffee-script --recursive test/helper.coffee test/src/", | ||
"test:debug": "npm test -- --debug-brk", | ||
"test:ci": "npm test && cd example && npm test", | ||
"preversion": "git pull --rebase && npm test", | ||
"pretest:example": "npm run compile && cd example && npm i", | ||
"test:example": "cd example && npm test", | ||
"test:ci": "npm test && npm run test:example", | ||
"preversion": "git pull --rebase && npm run test:ci", | ||
"prepublish": "npm run clean && npm run compile", | ||
"postversion": "git push && git push --tags && npm publish" | ||
@@ -24,6 +29,6 @@ }, | ||
"dependencies": { | ||
"coffee-script": "^1.10.0", | ||
"lodash": "^3.10.1" | ||
}, | ||
"devDependencies": { | ||
"coffee-script": "^1.10.0", | ||
"chai": "^3.3.0", | ||
@@ -30,0 +35,0 @@ "mocha": "^2.3.3", |
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
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 1 instance in 1 package
15758
31.09%1
-50%23
4.55%169
177.05%5
25%1
Infinity%- Removed
- Removed