Skip to content

Commit 255c028

Browse files
Update packages
1 parent 33f34f7 commit 255c028

File tree

2 files changed

+782
-738
lines changed

2 files changed

+782
-738
lines changed

package.json

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,23 +53,27 @@
5353
"output": "dist",
5454
"buildResources": "buildresources"
5555
},
56-
"extraFiles": [{
57-
"from": "build",
58-
"filter": ["**/*"]
59-
}],
56+
"extraFiles": [
57+
{
58+
"from": "build",
59+
"filter": [
60+
"**/*"
61+
]
62+
}
63+
],
6064
"mac": {
6165
"category": "usability"
6266
}
6367
},
64-
6568
"lint-staged": {
6669
"*.js": "lint:eslint"
6770
},
6871
"pre-commit": "lint:staged",
6972
"babel": {
7073
"presets": [
7174
[
72-
"latest", {
75+
"latest",
76+
{
7377
"es2015": {
7478
"modules": false
7579
}
@@ -140,7 +144,8 @@
140144
"import/prefer-default-export": 0,
141145
"indent": [
142146
2,
143-
2, {
147+
2,
148+
{
144149
"SwitchCase": 1
145150
}
146151
],

0 commit comments

Comments
 (0)