babel-plugin-emotion
Advanced tools
Comparing version 8.0.10 to 8.0.11
@@ -36,3 +36,3 @@ 'use strict'; | ||
}); | ||
return _convertSourceMap2.default.fromObject(generator).toComment({ multiline: true }); | ||
return '\n' + _convertSourceMap2.default.fromObject(generator).toComment({ multiline: true }); | ||
} |
{ | ||
"name": "babel-plugin-emotion", | ||
"version": "8.0.10", | ||
"version": "8.0.11", | ||
"description": "A recommended babel preprocessing plugin for emotion, The Next Generation of CSS-in-JS.", | ||
@@ -21,3 +21,3 @@ "main": "lib/index.js", | ||
"convert-source-map": "^1.5.0", | ||
"emotion-utils": "^8.0.10", | ||
"emotion-utils": "^8.0.11", | ||
"source-map": "^0.5.7", | ||
@@ -24,0 +24,0 @@ "touch": "^1.0.0" |
@@ -25,3 +25,3 @@ import { SourceMapGenerator } from 'source-map' | ||
}) | ||
return convert.fromObject(generator).toComment({ multiline: true }) | ||
return '\n' + convert.fromObject(generator).toComment({ multiline: true }) | ||
} |
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
64196
Updatedemotion-utils@^8.0.11