Skip to content

Commit

Permalink
Merge pull request #26 from Geqi-Yan/codearts-0.5.1
Browse files Browse the repository at this point in the history
Fix the eslint "No files matching the pattern "'src/**/*.{js,ts,tsx}'" were found." error and bump version to 0.5.1
  • Loading branch information
yeweiasia authored Jul 15, 2024
2 parents c023bbc + 4240ba3 commit 85ca929
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"codearts",
"plugin"
],
"version": "0.5.0",
"version": "0.5.1",
"license": "SEE LICENSE IN LICENSE",
"description": "core plugin api of cloudide frontend and backend",
"repository": {
Expand Down Expand Up @@ -47,7 +47,7 @@
"scripts": {
"prepare": "npm run eslint && npm run build && npm run test",
"build": "tsc",
"eslint": "eslint 'src/**/*.{js,ts,tsx}' --quiet --fix",
"eslint": "eslint src/**/*.{js,ts,tsx} --quiet --fix",
"test": "mocha"
}
}

0 comments on commit 85ca929

Please sign in to comment.