Skip to content

Commit

Permalink
bump v0.34.0 (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
gucong3000 committed Sep 18, 2018
1 parent 3667330 commit 3d2b14f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-jsx",
"version": "0.33.0",
"version": "0.34.0",
"description": "PostCSS syntax for parsing CSS in JS literals",
"repository": {
"type": "git",
Expand Down Expand Up @@ -46,11 +46,11 @@
"@babel/core": "^7.0.0"
},
"optionalDependencies": {
"postcss-styled": ">=0.33.0"
"postcss-styled": ">=0.34.0"
},
"peerDependencies": {
"postcss": ">=5.0.0",
"postcss-syntax": ">=0.33.0"
"postcss-syntax": ">=0.34.0"
},
"devDependencies": {
"autoprefixer": "^9.1.5",
Expand All @@ -62,6 +62,6 @@
"postcss": "^7.0.2",
"postcss-parser-tests": "^6.3.0",
"postcss-safe-parser": "^4.0.1",
"postcss-syntax": ">=0.33.0"
"postcss-syntax": ">=0.34.0"
}
}

0 comments on commit 3d2b14f

Please sign in to comment.