Skip to content

Commit

Permalink
Initialize npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
arunp77 committed Jan 23, 2024
1 parent f6b2c65 commit 75a7ed2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 10 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "workflows",
"name": "machine-learning",
"version": "1.0.0",
"description": "This Repository contains the Machine learning related files with fundamental theory is included in the package",
"description": "This Repository contains the Machine learning related files with fundamental theory is included in the package.",
"main": "index.js",
"scripts": {
"test": "exit 0"
Expand All @@ -11,16 +11,15 @@
"url": "git+https://github.com/arunp77/Machine-Learning.git"
},
"keywords": [
"Machine-learning",
"Python",
"Datascience",
"Algorithms",
"Projects"
"Machine-learning"
],
"author": "Arun Kumar Pandey",
"license": "ISC",
"license": "MIT",
"bugs": {
"url": "https://github.com/arunp77/Machine-Learning/issues"
},
"homepage": "https://github.com/arunp77/Machine-Learning#readme"
"homepage": "https://github.com/arunp77/Machine-Learning#readme",
"publishConfig": {
"@arunp77:registry": "https://npm.pkg.github.com/"
}
}
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@arunp77:registry=https://npm.pkg.github.com/
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,8 @@
"bugs": {
"url": "https://github.com/arunp77/Machine-Learning/issues"
},
"homepage": "https://github.com/arunp77/Machine-Learning#readme"
"homepage": "https://github.com/arunp77/Machine-Learning#readme",
"publishConfig": {
"@arunp77:registry": "https://npm.pkg.github.com/"
}
}

0 comments on commit 75a7ed2

Please sign in to comment.