Comparing version 1.0.11 to 1.0.12
@@ -15,3 +15,3 @@ #!/usr/bin/env node | ||
const fs = require("fs"); | ||
const gitUrlToSlug = require("git").gitUrlToSlug; | ||
const gitUrlToSlug = require("./git").gitUrlToSlug; | ||
let packageJson = JSON.parse( | ||
@@ -18,0 +18,0 @@ fs.readFileSync(`${__dirname}/package.json`).toString() |
{ | ||
"name": "diffjam", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"description": "cli for diffjam.com", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
72831