create-emotion-server
Advanced tools
Comparing version 9.2.4 to 9.2.5
{ | ||
"name": "create-emotion-server", | ||
"version": "9.2.4", | ||
"version": "9.2.5", | ||
"description": "SSR and style extraction tooling for emotion, The Next Generation of CSS-in-JS.", | ||
"main": "lib/index.js", | ||
"main": "dist/index.js", | ||
"types": "types/index.d.ts", | ||
"files": [ | ||
"src", | ||
"lib", | ||
"dist", | ||
"types" | ||
], | ||
"scripts": { | ||
"build": "npm-run-all clean babel", | ||
"babel": "babel src -d lib", | ||
"clean": "rimraf lib", | ||
"test:typescript": "dtslint types", | ||
"watch": "babel src -d lib --watch" | ||
"test:typescript": "dtslint types" | ||
}, | ||
@@ -26,8 +22,5 @@ "dependencies": { | ||
"@types/node": "*", | ||
"babel-cli": "^6.24.1", | ||
"dtslint": "^0.3.0", | ||
"emotion": "^9.2.4", | ||
"npm-run-all": "^4.0.2", | ||
"react-emotion": "^9.2.4", | ||
"rimraf": "^2.6.1" | ||
"emotion": "^9.2.5", | ||
"react-emotion": "^9.2.5" | ||
}, | ||
@@ -34,0 +27,0 @@ "author": "Kye Hohenberger", |
@@ -7,3 +7,3 @@ // @flow | ||
module.exports = function(emotion: Emotion) { | ||
export default function(emotion: Emotion) { | ||
const nonceString = | ||
@@ -10,0 +10,0 @@ emotion.caches.nonce !== undefined ? ` nonce="${emotion.caches.nonce}"` : '' |
21854
4
12
340