Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions packages/babel-plugin-emotion/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "babel-plugin-emotion",
"version": "7.1.0",
"description": "The Next Generation of CSS-in-JS ",
"description": "A recommended babel preprocessing plugin for emotion, the The Next Generation of CSS-in-JS.",
"main": "lib/index.js",
"files": [
"src",
Expand Down Expand Up @@ -29,10 +29,7 @@
"author": "Kye Hohenberger",
"homepage": "https://github.com/tkh44/emotion#readme",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/tkh44/emotion.git"
},
"repository": "https://github.com/tkh44/emotion/tree/master/packages/babel-plugin-emotion",
"keywords": [
"styles",
"emotion",
Expand Down
11 changes: 5 additions & 6 deletions packages/emotion-server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "emotion-server",
"version": "7.2.0",
"description": "The Next Generation of CSS-in-JS",
"description": "SSR and style extraction tooling for emotion, The Next Generation of CSS-in-JS.",
"main": "lib/index.js",
"files": [
"src",
Expand All @@ -25,16 +25,15 @@
"author": "Kye Hohenberger",
"homepage": "https://emotion.sh",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/tkh44/emotion.git"
},
"repository": "https://github.com/tkh44/emotion/tree/master/packages/emotion-server",
"keywords": [
"styles",
"emotion",
"react",
"css",
"css-in-js"
"css-in-js",
"ssr",
"server-side-rendering"
],
"bugs": {
"url": "https://github.com/tkh44/emotion/issues"
Expand Down
7 changes: 2 additions & 5 deletions packages/emotion-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "emotion-utils",
"version": "7.1.0",
"description": "The Next Generation of CSS-in-JS",
"description": "Shared utilities used by emotion, The Next Generation of CSS-in-JS.",
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
"files": [
Expand All @@ -19,10 +19,7 @@
"author": "Kye Hohenberger",
"homepage": "https://github.com/tkh44/emotion#readme",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/tkh44/emotion.git"
},
"repository": "https://github.com/tkh44/emotion/tree/master/packages/emotion-utils",
"keywords": [
"styles",
"emotion",
Expand Down
7 changes: 2 additions & 5 deletions packages/emotion/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "emotion",
"version": "7.2.0",
"description": "The Next Generation of CSS-in-JS",
"description": "The Next Generation of CSS-in-JS.",
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
"files": [
Expand Down Expand Up @@ -33,10 +33,7 @@
"author": "Kye Hohenberger",
"homepage": "https://emotion.sh",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/tkh44/emotion.git"
},
"repository": "https://github.com/tkh44/emotion/tree/master/packages/emotion",
"keywords": [
"styles",
"emotion",
Expand Down
7 changes: 2 additions & 5 deletions packages/preact-emotion/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "preact-emotion",
"version": "7.2.0",
"description": "The Next Generation of CSS-in-JS",
"description": "The Next Generation of CSS-in-JS, for Preact projects.",
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
"files": [
Expand All @@ -27,10 +27,7 @@
"author": "Kye Hohenberger",
"homepage": "https://github.com/tkh44/emotion#readme",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/tkh44/emotion.git"
},
"repository": "https://github.com/tkh44/emotion/tree/master/packages/preact-emotion",
"keywords": [
"styles",
"emotion",
Expand Down
7 changes: 2 additions & 5 deletions packages/react-emotion/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-emotion",
"version": "7.2.0",
"description": "The Next Generation of CSS-in-JS",
"description": "The Next Generation of CSS-in-JS, for React projects.",
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
"files": [
Expand All @@ -28,10 +28,7 @@
"author": "Kye Hohenberger",
"homepage": "https://github.com/tkh44/emotion#readme",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/tkh44/emotion.git"
},
"repository": "https://github.com/tkh44/emotion/tree/master/packages/react-emotion",
"keywords": [
"styles",
"emotion",
Expand Down