Comparing version 0.0.7-alpha to 0.0.8-alpha
@@ -7,2 +7,3 @@ "use strict"; | ||
const accessCheck_1 = require("./accessCheck"); | ||
const pkg = require("../package.json"); | ||
class GitGraft extends command_1.Command { | ||
@@ -71,5 +72,5 @@ async run() { | ||
name: "init", | ||
description: "init will prompt for configuration inputs for the git hook, then generate git-graft.json and the Git Hook file. ", | ||
description: "init will prompt for configuration inputs, then generate git-graft.json and the Git Hook file. ", | ||
}, | ||
]; | ||
module.exports = GitGraft; |
{ | ||
"name": "git-graft", | ||
"description": "git hook generator that prepends branch name to commit message", | ||
"version": "0.0.7-alpha", | ||
"version": "0.0.8-alpha", | ||
"author": "JacobMGEvans @JacobMGEvans", | ||
@@ -14,2 +14,3 @@ "bin": { | ||
"@oclif/plugin-help": "^3.2.2", | ||
"chalk": "^4.1.1", | ||
"conf": "^10.0.1", | ||
@@ -19,2 +20,3 @@ "enquirer": "^2.3.6", | ||
"execa": "^5.0.0", | ||
"ora": "^5.4.0", | ||
"tslib": "^1.14.1" | ||
@@ -29,2 +31,3 @@ }, | ||
"@types/node": "^15.0.2", | ||
"@types/update-notifier": "^5.0.0", | ||
"chai": "^4.3.4", | ||
@@ -35,3 +38,3 @@ "eslint": "^7.26.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
"mocha": "^5.2.0", | ||
"mocha": "^8.4.0", | ||
"nyc": "^14.1.1", | ||
@@ -38,0 +41,0 @@ "prettier": "^2.2.1", |
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
46545
111
10
17
+ Addedchalk@^4.1.1
+ Addedora@^5.4.0
+ Addedbase64-js@1.5.1(transitive)
+ Addedbl@4.1.0(transitive)
+ Addedbuffer@5.7.1(transitive)
+ Addedcli-cursor@3.1.0(transitive)
+ Addedcli-spinners@2.9.2(transitive)
+ Addedclone@1.0.4(transitive)
+ Addeddefaults@1.0.4(transitive)
+ Addedieee754@1.2.1(transitive)
+ Addedinherits@2.0.4(transitive)
+ Addedis-interactive@1.0.0(transitive)
+ Addedis-unicode-supported@0.1.0(transitive)
+ Addedlog-symbols@4.1.0(transitive)
+ Addedora@5.4.1(transitive)
+ Addedreadable-stream@3.6.2(transitive)
+ Addedrestore-cursor@3.1.0(transitive)
+ Addedsafe-buffer@5.2.1(transitive)
+ Addedstring_decoder@1.3.0(transitive)
+ Addedutil-deprecate@1.0.2(transitive)
+ Addedwcwidth@1.0.1(transitive)