Skip to content

Commit 33ebcc2

Browse files
committed
npm registry
1 parent c10b79f commit 33ebcc2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
registry=https://npm.pkg.github.com/armancodv

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tdma",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Tridiagonal matrix algorithm: In numerical linear algebra, the tridiagonal matrix algorithm, also known as the Thomas algorithm (named after Llewellyn Thomas), is a simplified form of Gaussian elimination that can be used to solve tridiagonal systems of equations.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)