@travetto/compiler
Advanced tools
Comparing version 0.3.4 to 0.3.5
const fs = require('fs'); | ||
const path = require('path'); | ||
module.exports = function init(program, cwd, dependOn) { | ||
return program | ||
const { Util: { cwd, dependOn, program } } = require('@travetto/cli/src/util'); | ||
module.exports = function() { | ||
program | ||
.command('compile') | ||
@@ -7,0 +9,0 @@ .option('-o, --output <output>', 'Output directory') |
@@ -13,3 +13,3 @@ { | ||
"dependencies": { | ||
"@travetto/base": "^0.3.4", | ||
"@travetto/base": "^0.3.6", | ||
"@types/source-map-support": "^0.4.1", | ||
@@ -37,4 +37,4 @@ "source-map-support": "^0.5.6", | ||
}, | ||
"version": "0.3.4", | ||
"gitHead": "8800de1d0a004ae78fd22a7c79202fa88b633e43" | ||
"version": "0.3.5", | ||
"gitHead": "1dc2f5764a2286dd9237a906f6aa1b3cc1305800" | ||
} |
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
38018
916
Updated@travetto/base@^0.3.6