Skip to content

Commit f8e9fb4

Browse files
committed
chore: v2.1.1
1 parent dacdac6 commit f8e9fb4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.0.7",
2+
"version": "2.1.1",
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",
@@ -48,8 +48,8 @@
4848
"style": "prettier --write src/**/*.js",
4949
"build": "babel src -d lib",
5050
"test": "jest",
51-
"test:watch": "npm run test -- --watch",
52-
"prepublish": "npm run clean && npm run build"
51+
"test:watch": "yarn test -- --watch",
52+
"prepublish": "yarn clean && yarn build"
5353
},
5454
"keywords": [
5555
"styled-components",

0 commit comments

Comments
 (0)