Files

Return to Package Diff Home.
Brought to you by Intrinsic.

Package Diff: @cypress/commit-info @ 2.1.2 .. 2.1.3

package.json

@@ -1 +1 @@
-{"name":"@cypress/commit-info","description":"Collects Git commit info from CI or from CLI","version":"2.1.2","author":"Gleb Bahmutov <gleb.bahmutov@gmail.com>","bugs":"https://github.com/cypress-io/commit-info/issues","config":{"pre-git":{"commit-msg":"simple","pre-commit":["npm prune","npm run deps","npm test","git add src/*.js","npm run ban"],"pre-push":["npm run secure","npm run license","npm run ban -- --all","npm run size"],"post-commit":[],"post-merge":[]}},"engines":{"node":">=6"},"files":["src/*.js","!src/*-spec.js"],"homepage":"https://github.com/cypress-io/commit-info#readme","keywords":["cli","commit","git","info"],"license":"MIT","main":"src/","private":false,"publishConfig":{"registry":"http://registry.npmjs.org/"},"repository":{"type":"git","url":"https://github.com/cypress-io/commit-info.git"},"scripts":{"ban":"ban","deps":"deps-ok && dependency-check --no-dev .","issues":"git-issues","license":"license-checker --production --onlyunknown --csv","lint":"standard --verbose --fix src/*.js","prelint":"npm run pretty","pretest":"npm run lint","pretty":"prettier-standard 'src/*.js'","secure":"nsp check","size":"t=\"$(npm pack .)\"; wc -c \"${t}\"; tar tvf \"${t}\"; rm \"${t}\";","test":"npm run unit","unit":"mocha src/*-spec.js","semantic-release":"semantic-release pre && npm publish --access public && semantic-release post"},"release":{"analyzeCommits":"simple-commit-message","generateNotes":"github-post-release","verifyRelease":{"path":"dont-crack","test-against":[]}},"devDependencies":{"ban-sensitive-files":"1.9.2","chdir-promise":"0.6.2","dependency-check":"3.2.1","deps-ok":"1.4.1","dont-crack":"1.2.1","git-issues":"1.3.1","github-post-release":"1.13.1","license-checker":"20.2.0","mocha":"5.2.0","mocked-env":"1.2.4","nsp":"2.8.1","pre-git":"3.17.1","prettier-standard":"8.0.1","semantic-release":"8.2.3","simple-commit-message":"3.3.2","snap-shot-it":"6.2.7","standard":"10.0.3","stub-spawn-once":"2.3.0"},"dependencies":{"bluebird":"3.5.3","check-more-types":"2.24.0","debug":"4.1.1","execa":"1.0.0","lazy-ass":"1.6.0","ramda":"0.26.1"}}
+{"name":"@cypress/commit-info","description":"Collects Git commit info from CI or from CLI","version":"2.1.3","author":"Gleb Bahmutov <gleb.bahmutov@gmail.com>","bugs":"https://github.com/cypress-io/commit-info/issues","config":{"pre-git":{"commit-msg":"simple","pre-commit":["npm prune","npm run deps","npm test","git add src/*.js","npm run ban"],"pre-push":["npm run secure","npm run license","npm run ban -- --all","npm run size"],"post-commit":[],"post-merge":[]}},"engines":{"node":">=6"},"files":["src/*.js","!src/*-spec.js"],"homepage":"https://github.com/cypress-io/commit-info#readme","keywords":["cli","commit","git","info"],"license":"MIT","main":"src/","private":false,"publishConfig":{"registry":"http://registry.npmjs.org/"},"repository":{"type":"git","url":"https://github.com/cypress-io/commit-info.git"},"scripts":{"ban":"ban","deps":"deps-ok && dependency-check --no-dev .","issues":"git-issues","license":"license-checker --production --onlyunknown --csv","lint":"standard --verbose --fix src/*.js","prelint":"npm run pretty","pretest":"npm run lint","pretty":"prettier-standard 'src/*.js'","secure":"nsp check","size":"t=\"$(npm pack .)\"; wc -c \"${t}\"; tar tvf \"${t}\"; rm \"${t}\";","test":"npm run unit","unit":"mocha src/*-spec.js","semantic-release":"semantic-release pre && npm publish --access public && semantic-release post"},"release":{"analyzeCommits":"simple-commit-message","generateNotes":"github-post-release","verifyRelease":{"path":"dont-crack","test-against":[]}},"devDependencies":{"ban-sensitive-files":"1.9.2","chdir-promise":"0.6.2","dependency-check":"3.3.0","deps-ok":"1.4.1","dont-crack":"1.2.1","git-issues":"1.3.1","github-post-release":"1.13.1","license-checker":"24.1.0","mocha":"5.2.0","mocked-env":"1.2.4","nsp":"2.8.1","pre-git":"3.17.1","prettier-standard":"8.0.1","semantic-release":"8.2.3","simple-commit-message":"3.3.2","snap-shot-it":"6.3.2","standard":"12.0.1","stub-spawn-once":"2.3.0"},"dependencies":{"bluebird":"3.5.4","check-more-types":"2.24.0","debug":"4.1.1","execa":"1.0.0","lazy-ass":"1.6.0","ramda":"0.26.1"}}