emotion-theming
Advanced tools
Comparing version 8.0.7 to 8.0.9
{ | ||
"name": "emotion-theming", | ||
"version": "8.0.7", | ||
"version": "8.0.9", | ||
"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", | ||
"files": [ | ||
@@ -13,2 +14,4 @@ "src", | ||
"build": "npm-run-all clean rollup rollup:umd", | ||
"test:typescript": "tsc --noEmit -p typescript_tests/tsconfig.json", | ||
"pretest:typescript": "npm run build", | ||
"clean": "rimraf dist", | ||
@@ -38,6 +41,8 @@ "rollup": "rollup -c ../../rollup.config.js", | ||
"devDependencies": { | ||
"@types/react": "16.0.16", | ||
"cross-env": "^5.0.1", | ||
"prop-types": "^15.5.8", | ||
"rimraf": "^2.6.1", | ||
"rollup": "^0.43.0" | ||
"rollup": "^0.43.0", | ||
"typescript": "^2.5.3" | ||
}, | ||
@@ -44,0 +49,0 @@ "dependencies": { |
Sorry, the diff of this file is not supported yet
55139
6