Skip to content

Commit d3c243a

Browse files
committed
1.1.1
1 parent 0c387f2 commit d3c243a

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

package.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rework-assets",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Copy all assets referenced to a folder",
55
"main": "index.js",
66
"scripts": {
@@ -43,8 +43,14 @@
4343
},
4444
"rules": {
4545
"indent": 2,
46-
"no-use-before-define": [2, "nofunc"],
47-
"quotes": [2, "single"]
46+
"no-use-before-define": [
47+
2,
48+
"nofunc"
49+
],
50+
"quotes": [
51+
2,
52+
"single"
53+
]
4854
},
4955
"extends": "eslint:recommended"
5056
}

0 commit comments

Comments
 (0)