Skip to content

Commit

Permalink
chore: v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
quantizor committed Apr 6, 2023
1 parent dacdac6 commit f8e9fb4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.7",
"version": "2.1.1",
"name": "babel-plugin-styled-components",
"description": "Improve the debugging experience and add server-side rendering support to styled-components",
"repository": "styled-components/babel-plugin-styled-components",
Expand Down Expand Up @@ -48,8 +48,8 @@
"style": "prettier --write src/**/*.js",
"build": "babel src -d lib",
"test": "jest",
"test:watch": "npm run test -- --watch",
"prepublish": "npm run clean && npm run build"
"test:watch": "yarn test -- --watch",
"prepublish": "yarn clean && yarn build"
},
"keywords": [
"styled-components",
Expand Down

0 comments on commit f8e9fb4

Please sign in to comment.