We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50b83af commit 4e2eb38Copy full SHA for 4e2eb38
jsconfig.json
@@ -0,0 +1 @@
1
+{}
package.json
@@ -1,5 +1,5 @@
{
2
- "version": "2.1.3",
+ "version": "2.1.4",
3
"name": "babel-plugin-styled-components",
4
"description": "Improve the debugging experience and add server-side rendering support to styled-components",
5
"repository": "styled-components/babel-plugin-styled-components",
@@ -12,7 +12,9 @@
12
],
13
"main": "lib/index.js",
14
"files": [
15
- "lib"
+ "lib",
16
+ "LICENSE.md",
17
+ "README.md"
18
19
"license": "MIT",
20
"devDependencies": {
0 commit comments