Skip to content

Commit

Permalink
rename, linear-regression ==> @elstats/linear-regression
Browse files Browse the repository at this point in the history
  • Loading branch information
msn0 committed Feb 14, 2018
1 parent ac69c29 commit 195c85c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "linear-regression",
"version": "1.0.3",
"name": "@elstats/linear-regression",
"version": "1.1.0",
"description": "Simple Linear Regression",
"main": "dist/index.js",
"scripts": {
Expand All @@ -9,14 +9,14 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/msn0/linear-regression.git"
"url": "git+https://github.com/elstats/linear-regression.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/msn0/linear-regression/issues"
"url": "https://github.com/elstats/linear-regression/issues"
},
"homepage": "https://github.com/msn0/linear-regression#readme",
"homepage": "https://github.com/elstats/linear-regression#readme",
"devDependencies": {
"ava": "^0.25.0",
"babel-plugin-external-helpers": "^6.22.0",
Expand Down

0 comments on commit 195c85c

Please sign in to comment.