Skip to content
This repository was archived by the owner on Jun 28, 2021. It is now read-only.

Commit 919fdb9

Browse files
authored
Merge branch 'master' into refactor
2 parents 37f4008 + b848576 commit 919fdb9

File tree

2 files changed

+557
-105
lines changed

2 files changed

+557
-105
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@
3333
"npm run prettier",
3434
"npm run lint:fix",
3535
"git add"
36+
],
37+
"*.scss": [
38+
"npm run prettier",
39+
"git add"
3640
]
3741
},
3842
"engines": {
@@ -184,7 +188,7 @@
184188
"phantomjs-polyfill": "0.0.1",
185189
"piping": "0.3.0",
186190
"pre-commit": "1.1.3",
187-
"prettier": "^1.2.2",
191+
"prettier": "^1.5.2",
188192
"react-addons-test-utils": "15.4.1",
189193
"react-transform-catch-errors": "1.0.0",
190194
"react-transform-hmr": "1.0.1",

0 commit comments

Comments
 (0)