Skip to content

Commit 94e2aec

Browse files
DSchaugpetrioli
authored andcommitted
chore: tweak package.json to get a new release out (gatsbyjs#10564)
This is a simple no-op change that will cause a new release of `gatsby-plugin-emotion` to get out. In [this comment](gatsbyjs#10500 (comment)) we can see that additional assets (e.g. `gatsby-ssr.js`) made their way into the deploy, which means that the plugin functionality is changed. There's a few other ways we could solve this, e.g. - Using the `files` array to limit what files are published (but this could cause further errors in the future that are easy to miss) - Adding a `clean` step run before `bootstrap` that will wipe out any built files I can work on integrating those, but for now, we should get `4.0.1` published with a clean deploy.
1 parent e2556f9 commit 94e2aec

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/gatsby-plugin-emotion/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@
1818
},
1919
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-emotion#readme",
2020
"keywords": [
21-
"emotion",
2221
"gatsby",
23-
"gatsby-plugin"
22+
"gatsby-plugin",
23+
"emotion",
24+
"css-in-js"
2425
],
2526
"license": "MIT",
2627
"main": "index.js",

0 commit comments

Comments
 (0)