@fatso83/mini-mocha
Advanced tools
Comparing version 2.1.1 to 2.1.2
{ | ||
"name": "@fatso83/mini-mocha", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "A minimal emulation of Mocha", | ||
"main": "index.js", | ||
"files": [ | ||
"index.js" | ||
"index.js", | ||
"lib/**/*.js" | ||
], | ||
"scripts": { | ||
"fixup": "prettier --write *.js", | ||
"test": "node test/tests.js", | ||
"update-snapshots": "rm -r test/snapshot/* && npm t" | ||
"test": "run-p test:*", | ||
"test:output": "node test/tests.js", | ||
"test:tarball": "./scripts/test-tarball.sh", | ||
"update-snapshots": "rimraf test/snapshot/* && npm t", | ||
"clean": "rimraf package *.tgz" | ||
}, | ||
@@ -30,9 +34,11 @@ "repository": { | ||
"husky": "^2.3.0", | ||
"prettier": "^1.16.4" | ||
"npm-run-all": "^4.1.5", | ||
"prettier": "^1.16.4", | ||
"rimraf": "^2.6.3" | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"pre-commit": "prettier -c *.js && node test/tests.js" | ||
"pre-commit": "run-s fixup test" | ||
} | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8338
3
6
219
4