Skip to content

Commit

Permalink
naming changes
Browse files Browse the repository at this point in the history
  • Loading branch information
chacepro committed Jan 18, 2024
1 parent 7fb087a commit 3ac99e6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# These are supported funding model platforms

github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
patreon: rampatra # Replace with a single Patreon username
patreon: # Replace with a single Patreon username
open_collective: jbot # Replace with a single Open Collective username
ko_fi: rampatra # Replace with a single Ko-fi username
ko_fi: # Replace with a single Ko-fi username
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username
otechie: # Replace with a single Otechie username
custom: https://www.paypal.me/iamrampatra # Replace with a single custom sponsorship URL
custom: https://www.paypal.me/ # Replace with a single custom sponsorship URL
2 changes: 1 addition & 1 deletion CNAME
Original file line number Diff line number Diff line change
@@ -1 +1 @@
wedding.rampatra.com
wedding.com
4 changes: 2 additions & 2 deletions npmfile.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
exports.printMsg = function() {
console.log("Visit https://wedding.rampatra.com !");
exports.printMsg = function () {
console.log("Visit https://wedding.com !");
};
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]:rampatra/wedding-website.git"
"url": "git+ssh://[email protected]:chonerman/wedding-website.git"
},
"keywords": [
"wedding",
Expand All @@ -17,7 +17,7 @@
],
"author": "Ram Patra",
"license": "GPL-3.0",
"homepage": "https://github.com/rampatra/wedding-website",
"homepage": "https://github.com/chonerman/wedding-website",
"devDependencies": {
"gulp": "^4.0.2",
"gulp-rename": "^1.4.0",
Expand All @@ -30,4 +30,4 @@
"font-awesome": "^4.7.0",
"waypoints": "^4.0.1"
}
}
}

0 comments on commit 3ac99e6

Please sign in to comment.