cmacc-compiler
Advanced tools
Comparing version 2.0.6 to 2.0.7
{ | ||
"name": "cmacc-compiler", | ||
"version": "2.0.6", | ||
"version": "2.0.7", | ||
"description": "Cmacc Compiler", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -12,3 +12,3 @@ const url = require('url'); | ||
return Promise.resolve({ | ||
file: null, | ||
file: opts.base, | ||
type: 'cmacc', | ||
@@ -153,3 +153,3 @@ data: x, | ||
return Promise.resolve({ | ||
file: null, | ||
file: opts.base, | ||
type: 'cmacc', | ||
@@ -156,0 +156,0 @@ data: x, |
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
54895