We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0493de6 commit b1c231fCopy full SHA for b1c231f
package.json
@@ -1,10 +1,10 @@
1
{
2
"name": "att-string-workshop",
3
- "version": "1.2.0",
+ "version": "1.2.1",
4
"description": "",
5
"main": "index.js",
6
"scripts": {
7
- "preencode": "eslint --fix '**/*.{js,ts}'",
+ "preencode": "eslint --fix \"**/*.{js,ts}\"",
8
"encode": "ts-node ./encode.ts",
9
"decode": "ts-node ./decode.ts"
10
},
0 commit comments