Skip to content

Commit

Permalink
Add .npmrc & update package.json & action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kat Grennan committed Jan 19, 2022
1 parent 3cac1c6 commit cf9b865
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@CherryKatatonic:registry=https://npm.pkg.github.com
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'LeetCode Sync'
name: 'CherryKatatonic LeetCode Sync'
description: 'Sync LeetCode submissions to GitHub'
branding:
icon: git-commit
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
{
"name": "leetcode-sync",
"name": "cherrykatatonic-leetcode-sync",
"version": "1.0.0",
"description": "GitHub Action for syncing LeetCode submissions to a git repository",
"description": "Forked GitHub Action for syncing LeetCode submissions to a git repository",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/joshcai/leetcode-sync.git"
"url": "git+https://github.com/cherrykatatonic/leetcode-sync.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/joshcai/leetcode-sync/issues"
"url": "https://github.com/cherrykatatonic/leetcode-sync/issues"
},
"homepage": "https://github.com/joshcai/leetcode-sync#readme",
"homepage": "https://github.com/cherrykatatonic/leetcode-sync#readme",
"dependencies": {
"@actions/core": "^1.2.6",
"@actions/github": "^4.0.0",
"@octokit/rest": "^18.0.0",
"axios": "^0.19.2"
}
}
}

0 comments on commit cf9b865

Please sign in to comment.