cspell-tools
Advanced tools
Comparing version 4.1.4 to 4.1.5
@@ -5,2 +5,5 @@ #!/usr/bin/env node | ||
require('./dist/app'); | ||
const app = require('./dist/app'); | ||
const program = require('commander'); | ||
app.run(program, process.argv).catch(() => process.exit(1)); |
{ | ||
"name": "cspell-tools", | ||
"version": "4.1.4", | ||
"version": "4.1.5", | ||
"description": "Tools to assist with the development of cSpell", | ||
@@ -74,3 +74,3 @@ "typings": "dist/index.d.ts", | ||
}, | ||
"gitHead": "9d52c7f6a94a2eda973234583b46a538a3e80cd7" | ||
"gitHead": "331057e642545d13c2ce019636b99a535f8f966c" | ||
} |
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
18321
314