Skip to content

Commit de610d3

Browse files
authored
peerDependencies (#49)
1 parent 853a799 commit de610d3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ PostCSS HTML Syntax
2020
First thing's first, install the module:
2121

2222
```
23-
npm install postcss-html --save-dev
23+
npm install postcss-syntax postcss-html --save-dev
2424
```
2525

2626
## Use Cases

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,16 +46,16 @@
4646
},
4747
"homepage": "https://github.com/gucong3000/postcss-html#readme",
4848
"dependencies": {
49-
"htmlparser2": "^3.9.2",
50-
"postcss-syntax": "*"
49+
"htmlparser2": "^3.9.2"
5150
},
5251
"peerDependencies": {
53-
"postcss": ">=5.0.0"
52+
"postcss": ">=5.0.0",
53+
"postcss-syntax": "*"
5454
},
5555
"devDependencies": {
5656
"autoprefixer": "^8.3.0",
5757
"chai": "^4.1.2",
58-
"codecov": "^3.0.0",
58+
"codecov": "^3.0.1",
5959
"eslint": "^4.19.1",
6060
"eslint-config-standard": "^11.0.0",
6161
"eslint-plugin-import": "^2.11.0",

0 commit comments

Comments
 (0)