Skip to content

Commit

Permalink
[skip ci] Release v1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 10, 2023
1 parent 77159de commit b24cb47
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 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.

12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flowr",
"version": "1.1.5",
"version": "1.1.6",
"description": "Program Slicer and Analyzer for R Programs",
"main": "dist/cli/slicer-app.js",
"scripts": {
Expand Down Expand Up @@ -128,9 +128,13 @@
"SwitchCase": 1
}
],
"quotes": [ "error", "single", {
"avoidEscape": true
} ],
"quotes": [
"error",
"single",
{
"avoidEscape": true
}
],
"no-mixed-spaces-and-tabs": [
"error",
"smart-tabs"
Expand Down

0 comments on commit b24cb47

Please sign in to comment.