Skip to content

Commit

Permalink
build: fix missing default task
Browse files Browse the repository at this point in the history
  • Loading branch information
kgryte committed Apr 27, 2024
1 parent d66b177 commit eba97ba
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions lib/node_modules/@stdlib/blas/ext/base/dapxsum/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"options": {},
"options": {
"task": "build"
},
"fields": [
{
"field": "src",
Expand Down Expand Up @@ -31,9 +33,7 @@
"include": [
"./include"
],
"libraries": [
"-lm"
],
"libraries": [],
"libpath": [],
"dependencies": [
"@stdlib/napi/export",
Expand All @@ -51,11 +51,11 @@
"include": [
"./include"
],
"libraries": [
"-lm"
],
"libraries": [],
"libpath": [],
"dependencies": []
"dependencies": [
"@stdlib/blas/ext/base/dapxsumkbn"
]
},
{
"task": "examples",
Expand All @@ -65,11 +65,11 @@
"include": [
"./include"
],
"libraries": [
"-lm"
],
"libraries": [],
"libpath": [],
"dependencies": []
"dependencies": [
"@stdlib/blas/ext/base/dapxsumkbn"
]
}
]
}

0 comments on commit eba97ba

Please sign in to comment.