Skip to content

Commit 593d1fc

Browse files
committed
chore(package): update version
1 parent e27b8ff commit 593d1fc

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.eslintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"no-underscore-dangle": "off",
2929
"prefer-spread": "off",
3030
"no-shadow": "off",
31-
"no-unused-vars": "warn"
31+
"no-unused-vars": "warn",
32+
"arrow-body-style": "off"
3233
}
3334
}

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@js-basics/jsto...",
3-
"version": "0.5.4",
3+
"version": "0.5.5",
44
"description": "transpile js to other languages",
55
"main": "./index.js",
66
"module": "./build/esm/index.js",

0 commit comments

Comments
 (0)