Skip to content

Commit 4e930ca

Browse files
committed
fix: update dependencies & copyright year
Signed-off-by: Snehil Shah <[email protected]>
1 parent 10a1347 commit 4e930ca

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

lib/node_modules/@stdlib/blas/ext/base/snansumors/manifest.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@
5858
"libpath": [],
5959
"dependencies": [
6060
"@stdlib/math/base/assert/is-nanf",
61-
"@stdlib/napi/create-double",
6261
"@stdlib/blas/base/shared",
6362
"@stdlib/strided/base/stride2offset"
6463
]
@@ -75,7 +74,6 @@
7574
"libpath": [],
7675
"dependencies": [
7776
"@stdlib/math/base/assert/is-nanf",
78-
"@stdlib/napi/create-double",
7977
"@stdlib/blas/base/shared",
8078
"@stdlib/strided/base/stride2offset"
8179
]

lib/node_modules/@stdlib/blas/ext/base/snansumors/src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @license Apache-2.0
33
*
4-
* Copyright (c) 2020 The Stdlib Authors.
4+
* Copyright (c) 2024 The Stdlib Authors.
55
*
66
* Licensed under the Apache License, Version 2.0 (the "License");
77
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)