Skip to content

Commit b1c231f

Browse files
committed
Fix script execution on Windows
1 parent 0493de6 commit b1c231f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "att-string-workshop",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "",
55
"main": "index.js",
66
"scripts": {
7-
"preencode": "eslint --fix '**/*.{js,ts}'",
7+
"preencode": "eslint --fix \"**/*.{js,ts}\"",
88
"encode": "ts-node ./encode.ts",
99
"decode": "ts-node ./decode.ts"
1010
},

0 commit comments

Comments
 (0)