ts-file-exports
Advanced tools
Comparing version 0.0.3 to 0.0.4
#!/usr/bin/env node | ||
// This is here because typescript has no way to add a shebang to an output file | ||
require('build/cli.js'); | ||
require('./build/cli.js'); |
{ | ||
"name": "ts-file-exports", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Utility for reading and resolving the module export names from a TypeScript or JavaScript file", | ||
@@ -5,0 +5,0 @@ "main": "build/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
15797