create-emotion-server
Advanced tools
Comparing version 9.2.10 to 9.2.11
{ | ||
"name": "create-emotion-server", | ||
"version": "9.2.10", | ||
"version": "9.2.11", | ||
"description": "SSR and style extraction tooling for emotion, The Next Generation of CSS-in-JS.", | ||
@@ -23,4 +23,4 @@ "main": "dist/index.js", | ||
"dtslint": "^0.3.0", | ||
"emotion": "^9.2.10", | ||
"react-emotion": "^9.2.10" | ||
"emotion": "^9.2.11", | ||
"react-emotion": "^9.2.11" | ||
}, | ||
@@ -42,3 +42,4 @@ "author": "Kye Hohenberger", | ||
"url": "https://github.com/emotion-js/emotion/issues" | ||
} | ||
}, | ||
"gitHead": "206e5f642b13153a7fc85360c3eb7c302d7bda84" | ||
} |
@@ -59,5 +59,8 @@ // @flow | ||
return pipe(tokenStream, inlineStream) | ||
return pipe( | ||
tokenStream, | ||
inlineStream | ||
) | ||
} | ||
export default createRenderStylesToNodeStream |
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
13915
12
351