function-overloader
Advanced tools
Comparing version 1.11.1 to 1.11.2
{ | ||
"name": "function-overloader", | ||
"version": "1.11.1", | ||
"version": "1.11.2", | ||
"description": "improve overloading functions and methods in js", | ||
@@ -11,3 +11,3 @@ "main": "dist/index.js", | ||
"coverage": "istanbul cover -x 'src/**/*.spec.js' ./node_modules/.bin/_mocha -- --require source-map-support --require babel-register --require babel-polyfill --require init.mocha.js --check-leaks --timeout 3000 'src/**/*.spec.js' && open coverage/lcov-report/index.html", | ||
"complexity": "plato -r --eslint .eslintrc -d report src && open report/index.html", | ||
"complexity": "plato -r --eslint .eslintrc --exclude .spec.js -d report src && open report/index.html", | ||
"linter": "eslint src", | ||
@@ -14,0 +14,0 @@ "precommit": "lint-staged && npm run build && git add dist/ && npm run linter && npm test", |
Sorry, the diff of this file is not supported yet
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
119238