Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolas-virionis authored Jul 13, 2022
1 parent 6c34c99 commit 9572280
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "linear-regression-model",
"version": "1.4.1",
"version": "1.4.2",
"description": "A npm package to make it easier to deal with a bunch of values, and try to model them in one of the most used mathematical models",
"main": "index.js",
"scripts": {
"test": "echo \"No test specified\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/nikolas-virionis/linear-regression.git"
"url": "git+https://github.com/nikolas-virionis/linear-regression-model.git"
},
"author": "nikolas-virionis",
"license": "ISC",
"bugs": {
"url": "https://github.com/nikolas-virionis/linear-regression/issues"
"url": "https://github.com/nikolas-virionis/linear-regression-model/issues"
},
"homepage": "https://github.com/nikolas-virionis/linear-regression#readme"
"homepage": "https://github.com/nikolas-virionis/linear-regression-model#readme"
}

0 comments on commit 9572280

Please sign in to comment.