@maccuaa/git-clean
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "@maccuaa/git-clean", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "CLI tool for finding stale Git branches", | ||
@@ -13,3 +13,3 @@ "main": "bin/git-clean", | ||
"build": "rimraf dist && npm run lint && babel src --out-dir dist", | ||
"prepublish": "npm run lint && npm run build", | ||
"prepublishOnly": "npm run lint && npm run build", | ||
"start": "babel-node src/index.mjs" | ||
@@ -27,18 +27,18 @@ }, | ||
"devDependencies": { | ||
"@babel/cli": "^7.6.0", | ||
"@babel/core": "^7.6.0", | ||
"@babel/node": "^7.6.1", | ||
"@babel/plugin-proposal-class-properties": "^7.5.5", | ||
"@babel/preset-env": "^7.6.0", | ||
"@babel/cli": "^7.7.0", | ||
"@babel/core": "^7.7.2", | ||
"@babel/node": "^7.7.0", | ||
"@babel/plugin-proposal-class-properties": "^7.7.0", | ||
"@babel/preset-env": "^7.7.1", | ||
"babel-eslint": "^10.0.3", | ||
"eslint": "^6.4.0", | ||
"eslint-config-prettier": "^6.3.0", | ||
"eslint-plugin-prettier": "^3.1.0", | ||
"prettier": "^1.18.2", | ||
"eslint": "^6.6.0", | ||
"eslint-config-prettier": "^6.6.0", | ||
"eslint-plugin-prettier": "^3.1.1", | ||
"prettier": "^1.19.1", | ||
"rimraf": "^3.0.0" | ||
}, | ||
"dependencies": { | ||
"chalk": "2.4.2", | ||
"chalk": "^3.0.0", | ||
"inquirer": "^7.0.0", | ||
"ora": "^3.4.0", | ||
"ora": "^4.0.3", | ||
"rc": "1.2.8", | ||
@@ -45,0 +45,0 @@ "shelljs": "0.8.3", |
@@ -5,3 +5,3 @@ # @maccuaa/git-clean | ||
### Find Stale Git Branches | ||
### About | ||
@@ -11,3 +11,3 @@ Use this scipt to identify stale git branches that should be deleted. It does this by iterating over every branch | ||
### Install | ||
# Install | ||
@@ -24,3 +24,3 @@ 1. Install git-clean from NPM. | ||
### Configure | ||
# Configure | ||
@@ -58,3 +58,3 @@ Once installed, you must configure some parameters for git-clean. | ||
### Recommended Setup for large projects | ||
# Recommended Setup for large projects | ||
@@ -64,1 +64,3 @@ For large projects with multiple developers and a large number of branches it is recommended to commit a `.gitcleanrc` file in the root of your project. | ||
install **git-clean** as a devDependency | ||
# Contribute |
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
61
17116
10
+ Addedchalk@3.0.0(transitive)
+ Addedis-interactive@1.0.0(transitive)
+ Addedlog-symbols@3.0.0(transitive)
+ Addedora@4.1.1(transitive)
- Removedansi-regex@4.1.1(transitive)
- Removedcli-cursor@2.1.0(transitive)
- Removedlog-symbols@2.2.0(transitive)
- Removedmimic-fn@1.2.0(transitive)
- Removedonetime@2.0.1(transitive)
- Removedora@3.4.0(transitive)
- Removedrestore-cursor@2.0.0(transitive)
- Removedstrip-ansi@5.2.0(transitive)
Updatedchalk@^3.0.0
Updatedora@^4.0.3