Comparing version 1.43.0 to 1.44.0
{ | ||
"name": "dugite", | ||
"version": "1.43.0", | ||
"version": "1.44.0", | ||
"description": "Elegant bindings for Git", | ||
@@ -10,3 +10,3 @@ "main": "./build/lib/index.js", | ||
"build": "npm run clean && tsc -p ./tsconfig.json && tsc -p ./examples/tsconfig.json", | ||
"prepublish": "npm run build && npm run test", | ||
"prepare": "npm run build && npm run test", | ||
"postpublish": "git push --follow-tags", | ||
@@ -45,14 +45,14 @@ "test": "npm run test:fast && npm run test:slow && npm run test:external", | ||
"devDependencies": { | ||
"@types/chai": "3.5.2", | ||
"@types/chai": "4.0.4", | ||
"@types/checksum": "^0.1.30", | ||
"@types/mkdirp": "^0.3.29", | ||
"@types/mkdirp": "^0.5.1", | ||
"@types/mocha": "^2.2.29", | ||
"@types/node": "7.0.14", | ||
"@types/progress": "^1.1.28", | ||
"@types/request": "0.0.42", | ||
"@types/rimraf": "0.0.28", | ||
"@types/node": "8.0.31", | ||
"@types/progress": "^2.0.0", | ||
"@types/request": "2.0.3", | ||
"@types/rimraf": "2.0.2", | ||
"byline": "^5.0.0", | ||
"chai": "^3.5.0", | ||
"chai-as-promised": "^6.0.0", | ||
"cross-env": "^4.0.0", | ||
"chai": "^4.1.2", | ||
"chai-as-promised": "^7.1.1", | ||
"cross-env": "^5.0.5", | ||
"find-git-exec": "0.0.1-alpha.2", | ||
@@ -59,0 +59,0 @@ "mocha": "^3.3.0", |
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
49444
21