Skip to content

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nenjotsu committed May 19, 2022
1 parent 6d5e370 commit ec7185a
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "technicalindicators",
"name": "@nenjotsu/technicalindicators",
"version": "3.1.2",
"description": "Techincal Indicators written in javascript",
"main": "dist/index.js",
Expand All @@ -16,7 +16,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/anandanand84/technicalindicators.git"
"url": "git+https://github.com/nenjotsu/technicalindicators.git"
},
"keywords": [
"Technical indicators",
Expand Down Expand Up @@ -102,13 +102,13 @@
"Cross Down",
"Cross Over"
],
"author": "anand.anand84@gmail.com",
"author": "nenjotsu@protonmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/anandanand84/technicalindicators/issues"
"url": "https://github.com/nenjotsu/technicalindicators/issues"
},
"sideEffects": false,
"homepage": "https://github.com/anandanand84/technicalindicators#readme",
"homepage": "https://github.com/nenjotsu/technicalindicators#readme",
"devDependencies": {
"@types/chai": "^3.0.0",
"@types/mocha": "^2.0.0",
Expand Down Expand Up @@ -153,5 +153,12 @@
"dependencies": {
"@tensorflow/tfjs": "0.10.0",
"@types/node": "^6.0.96"
},
"np": {
"yarn": false,
"contents": "dist"
},
"publishConfig": {
"access": "public"
}
}

0 comments on commit ec7185a

Please sign in to comment.