emotion-theming
Advanced tools
Comparing version 8.0.9 to 8.0.10
{ | ||
"name": "emotion-theming", | ||
"version": "8.0.9", | ||
"version": "8.0.10", | ||
"description": "A CSS-in-JS theming solution, inspired by styled-components", | ||
"main": "dist/index.cjs.js", | ||
"module": "dist/index.es.js", | ||
"types": "typings/emotion-theming.d.ts", | ||
"types": "types/index.d.ts", | ||
"files": [ | ||
"src", | ||
"dist" | ||
"dist", | ||
"types" | ||
], | ||
"scripts": { | ||
"build": "npm-run-all clean rollup rollup:umd", | ||
"test:typescript": "tsc --noEmit -p typescript_tests/tsconfig.json", | ||
"pretest:typescript": "npm run build", | ||
"test:typescript": "dtslint types", | ||
"clean": "rimraf dist", | ||
@@ -42,6 +42,6 @@ "rollup": "rollup -c ../../rollup.config.js", | ||
"cross-env": "^5.0.1", | ||
"dtslint": "^0.2.0", | ||
"prop-types": "^15.5.8", | ||
"rimraf": "^2.6.1", | ||
"rollup": "^0.43.0", | ||
"typescript": "^2.5.3" | ||
"rollup": "^0.43.0" | ||
}, | ||
@@ -48,0 +48,0 @@ "dependencies": { |
@@ -179,3 +179,3 @@ # emotion-theming | ||
console.log(channe;); '__EMOTION_THEMING__'; | ||
console.log(channel); '__EMOTION_THEMING__'; | ||
``` | ||
@@ -182,0 +182,0 @@ |
57657
17
586