Skip to content

Commit

Permalink
update deps. (#15)
Browse files Browse the repository at this point in the history
- update postcss-syntax
- update postcss-html
  • Loading branch information
gucong3000 authored May 24, 2018
1 parent 655a9c6 commit 8c3cb08
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-markdown",
"version": "0.23.7",
"version": "0.24.0",
"description": "PostCSS syntax for parsing Markdown",
"repository": {
"type": "git",
Expand Down Expand Up @@ -42,18 +42,18 @@
},
"peerDependencies": {
"postcss": ">=5.0.0",
"postcss-syntax": "^0.10.0"
"postcss-syntax": ">=0.24.0"
},
"devDependencies": {
"chai": "^4.1.2",
"codecov": "^3.0.2",
"mocha": "^5.1.1",
"mocha": "^5.2.0",
"nyc": "^11.8.0",
"postcss": "^6.0.22",
"postcss-html": "^0.23.7",
"postcss-html": ">=0.24.0",
"postcss-less": "^1.1.5",
"postcss-scss": "^1.0.5",
"postcss-syntax": "^0.10.0",
"postcss-syntax": ">=0.24.0",
"sugarss": "^1.0.1"
}
}

0 comments on commit 8c3cb08

Please sign in to comment.