Skip to content

Commit 254a8d3

Browse files
committed
1.16.0
1 parent 23b0d07 commit 254a8d3

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "postcss-prefix-selector",
33
"description": "Prefix all CSS rules with a selector",
4-
"version": "1.15.0",
4+
"version": "1.16.0",
55
"author": "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)",
66
"contributors": [
77
"Valentin Radulescu <hi@valentin.io> (https://valentin.io)"
@@ -29,7 +29,9 @@
2929
"lint": "prettier --write '**/*.{js,css}'"
3030
},
3131
"lint-staged": {
32-
"*.js": ["prettier --write"]
32+
"*.js": [
33+
"prettier --write"
34+
]
3335
},
3436
"prettier": {
3537
"printWidth": 80,

0 commit comments

Comments
 (0)