Skip to content

Commit 4e2eb38

Browse files
committed
chore: bump version [skip ci]
1 parent 50b83af commit 4e2eb38

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

jsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{}

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.1.3",
2+
"version": "2.1.4",
33
"name": "babel-plugin-styled-components",
44
"description": "Improve the debugging experience and add server-side rendering support to styled-components",
55
"repository": "styled-components/babel-plugin-styled-components",
@@ -12,7 +12,9 @@
1212
],
1313
"main": "lib/index.js",
1414
"files": [
15-
"lib"
15+
"lib",
16+
"LICENSE.md",
17+
"README.md"
1618
],
1719
"license": "MIT",
1820
"devDependencies": {

0 commit comments

Comments
 (0)