Browse Source

fix typo in package.json (#1454)

pull/1483/head
dong 8 years ago
committed by 偏右
parent
commit
e09da6b5ed
  1. 2
      package.json

2
package.json

@ -86,7 +86,7 @@
},
"lint-staged": {
"**/*.{js,jsx,less}": [
"prettier --wirter",
"prettier --write",
"git add"
],
"**/*.{js,jsx}": "lint-staged:js",

Loading…
Cancel
Save