Skip to content

Commit

Permalink
npm registry
Browse files Browse the repository at this point in the history
  • Loading branch information
armancodv committed Oct 8, 2019
1 parent c10b79f commit 33ebcc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
registry=https://npm.pkg.github.com/armancodv
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tdma",
"version": "1.0.0",
"version": "1.0.1",
"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.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 33ebcc2

Please sign in to comment.