Skip to content

Commit

Permalink
[skip ci] Release v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Mar 25, 2024
1 parent a97308e commit 2a099b5
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 8 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.

32 changes: 26 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eagleoutice/flowr",
"version": "1.4.2",
"version": "1.5.0",
"description": "Static Dataflow Analyzer and Program Slicer for the R Programming Language",
"types": "dist/src/index.d.ts",
"repository": {
Expand Down Expand Up @@ -75,23 +75,43 @@
"zones": [
{
"target": "benchmark",
"from": ["cli", "src", "statistics"]
"from": [
"cli",
"src",
"statistics"
]
},
{
"target": "cli",
"from": ["benchmark", "src", "statistics"]
"from": [
"benchmark",
"src",
"statistics"
]
},
{
"target": "statistics",
"from": ["benchmark", "cli", "src"]
"from": [
"benchmark",
"cli",
"src"
]
},
{
"target": "src",
"from": ["benchmark", "cli", "statistics"]
"from": [
"benchmark",
"cli",
"statistics"
]
},
{
"target": "test",
"from": ["benchmark", "cli", "statistics"]
"from": [
"benchmark",
"cli",
"statistics"
]
}
]
}
Expand Down

0 comments on commit 2a099b5

Please sign in to comment.