simple-bin-help
Advanced tools
Comparing version 1.7.1 to 1.7.5
@@ -110,3 +110,3 @@ 'use strict' | ||
if (pkg && pkg.name && pkg.version) { | ||
updateNotifier({ pkg: pkg }).notify() | ||
updateNotifier({ pkg }).notify() | ||
} | ||
@@ -113,0 +113,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"main": "index.js", | ||
"version": "1.7.1", | ||
"version": "1.7.5", | ||
"scripts": { | ||
@@ -12,6 +12,5 @@ "test": "mocha --harmony spec", | ||
"issues": "git-issues", | ||
"size": "t=\"$(npm pack .)\"; wc -c \"${t}\"; tar tvf \"${t}\"; rm \"${t}\";", | ||
"size": "npm pack --dry", | ||
"lint": "standard --fix *.js spec/*.js examples/*.js", | ||
"basic": "NODE_PATH=.. node examples/basic.js", | ||
"travis-deploy-once": "travis-deploy-once" | ||
"basic": "NODE_PATH=.. node examples/basic.js" | ||
}, | ||
@@ -46,38 +45,10 @@ "files": [ | ||
"mocha": "5.2.0", | ||
"pre-git": "3.17.1", | ||
"semantic-release": "^15.5.0", | ||
"standard": "11.0.1", | ||
"travis-deploy-once": "^5.0.0" | ||
"semantic-release": "^18.0.0", | ||
"standard": "11.0.1" | ||
}, | ||
"config": { | ||
"pre-git": { | ||
"commit-msg": "simple", | ||
"pre-commit": [ | ||
"npm run lint", | ||
"npm test", | ||
"npm run basic" | ||
], | ||
"pre-push": [ | ||
"npm run size" | ||
], | ||
"post-commit": [], | ||
"post-merge": [] | ||
} | ||
}, | ||
"dependencies": { | ||
"debug": "3.1.0", | ||
"debug": "3.2.7", | ||
"update-notifier": "2.5.0", | ||
"word-wrap": "1.2.3" | ||
}, | ||
"release": { | ||
"analyzeCommits": { | ||
"preset": "angular", | ||
"releaseRules": [ | ||
{ | ||
"type": "break", | ||
"release": "major" | ||
} | ||
] | ||
} | ||
} | ||
} |
@@ -10,2 +10,3 @@ # simple-bin-help | ||
[![standard](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com/) | ||
[![renovate-app badge][renovate-badge]][renovate-app] | ||
@@ -121,1 +122,3 @@ ## Install | ||
[semantic-url]: https://github.com/semantic-release/semantic-release | ||
[renovate-badge]: https://img.shields.io/badge/renovate-app-blue.svg | ||
[renovate-app]: https://renovateapp.com/ |
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
6
123
8359
+ Addeddebug@3.2.7(transitive)
+ Addedms@2.1.3(transitive)
- Removeddebug@3.1.0(transitive)
- Removedms@2.0.0(transitive)
Updateddebug@3.2.7