git-cli-wrapper
Advanced tools
Comparing version 0.3.1 to 0.3.2
{ | ||
"name": "git-cli-wrapper", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "Git cli wrapper", | ||
@@ -27,7 +27,8 @@ "keywords": [ | ||
"test": "jest", | ||
"prepare": "yarn build" | ||
"prepare": "yarn build", | ||
"lint": "eslint '*/**/*.{js,ts}'" | ||
}, | ||
"dependencies": { | ||
"@types/node": "^12.7.3", | ||
"chalk-theme": "^0.2.2", | ||
"chalk-theme": "^0.2.3", | ||
"execa": "^2.0.0" | ||
@@ -38,4 +39,12 @@ }, | ||
"@types/rimraf": "^2.0.2", | ||
"@typescript-eslint/eslint-plugin": "^2.11.0", | ||
"@typescript-eslint/parser": "^2.11.0", | ||
"coveralls": "^3.0.6", | ||
"eslint": "^5.16.0", | ||
"eslint-config-airbnb-base": "^14.0.0", | ||
"eslint-config-prettier": "^6.7.0", | ||
"eslint-plugin-import": "^2.19.1", | ||
"eslint-plugin-prettier": "^3.1.2", | ||
"jest": "^24.9.0", | ||
"prettier": "^1.19.1", | ||
"rimraf": "^3.0.0", | ||
@@ -45,3 +54,3 @@ "ts-jest": "^24.0.2", | ||
}, | ||
"gitHead": "994480286b3d6d2d47c086427bea9b2b76a3a81b" | ||
"gitHead": "3eabeebb1f228fc03d123b7c68792f479378f985" | ||
} |
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
5596
15
Updatedchalk-theme@^0.2.3