Comparing version 0.0.4 to 0.0.5
module.exports = { | ||
__esModule: true, | ||
SourceCode : require('./lib/src/source-code'), | ||
AstSearcher: require('./lib/src/ast-helpers/ast-searcher'), | ||
AstModifier: require('./lib/src/ast-helpers/ast-modifier'), | ||
get SourceCode() { return require('./lib/src/source-code'); }, | ||
get AstSearcher() { return require('./lib/src/ast-helpers/ast-searcher'); }, | ||
get AstModifier() { return require('./lib/src/ast-helpers/ast-modifier'); }, | ||
}; |
{ | ||
"name": "castborg", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "AST searcher and modifier", | ||
@@ -5,0 +5,0 @@ "main": "gulpfile.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
44266