Skip to content

Commit c743942

Browse files
committed
fix eslint;
1 parent d526462 commit c743942

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ node_modules/
99
*.map
1010
*.d.ts
1111

12-
/eslint.config.js
12+
!/eslint.config.js
13+
1314
/docs.zh.json
1415
/docs.en.json
1516

File renamed without changes.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "dolphindb",
33
"description": "DolphinDB JavaScript API",
4-
"version": "3.0.113",
4+
"version": "3.0.114",
55
"type": "module",
66
"main": "./index.js",
77
"browser": "./browser.js",

0 commit comments

Comments
 (0)