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 dacdac6 commit f8e9fb4Copy full SHA for f8e9fb4
package.json
@@ -1,5 +1,5 @@
1
{
2
- "version": "2.0.7",
+ "version": "2.1.1",
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",
@@ -48,8 +48,8 @@
48
"style": "prettier --write src/**/*.js",
49
"build": "babel src -d lib",
50
"test": "jest",
51
- "test:watch": "npm run test -- --watch",
52
- "prepublish": "npm run clean && npm run build"
+ "test:watch": "yarn test -- --watch",
+ "prepublish": "yarn clean && yarn build"
53
},
54
"keywords": [
55
"styled-components",
0 commit comments