Comparing version 1.0.11 to 1.0.12
10
index.js
var B = require('br4nch'); | ||
var E = require('3x3c'); | ||
var async = require('async'); | ||
var updateNotifier = require('update-notifier'); | ||
var pkg = require('./package.json'); | ||
updateNotifier({pkg}).notify(); | ||
@@ -17,4 +20,7 @@ module.exports = function() { | ||
E(`git init && git remote add origin ${result.url} && git remote show origin && git symbolic-ref HEAD && echo "# Hi" >> README.md && git add . && git commit -m "Hi" && git push -u origin master`) | ||
.then((value) => {console.log(value.split('/').pop(-1))}) | ||
.catch((err) => {console.log(err)}); | ||
.then((value) => { | ||
B() | ||
.then((out) => {resolve(out)}) | ||
}) | ||
.catch((err) => {reject(err)}); | ||
}); | ||
@@ -21,0 +27,0 @@ }); |
{ | ||
"name": "1n1t", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"description": "Git init or get current branch easily", | ||
@@ -28,4 +28,5 @@ "main": "index.js", | ||
"br4nch": "^1.0.3", | ||
"prompt": "^1.0.0" | ||
"prompt": "^1.0.0", | ||
"update-notifier": "^1.0.2" | ||
} | ||
} |
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
1926
25
5
+ Addedupdate-notifier@^1.0.2