Skip to content

Commit

Permalink
package.json -> change author
Browse files Browse the repository at this point in the history
  • Loading branch information
talmurshidi committed Oct 29, 2023
1 parent ee8bf47 commit 0cfb32f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "precourse",
"version": "1.0.0",
"description": "Materials for the Precourse module at HackYourFuture Belgium",
"description": "Materials for the Precourse module at DeNepo",
"scripts": {
"format": "prettier --write ./",
"format:check": "prettier --check ./",
Expand All @@ -11,9 +11,10 @@
},
"keywords": [
"HackYourFuture Belgium",
"Precourse"
"Precourse",
"DeNepo"
],
"author": "HackYourFuture Belgium",
"author": "DeNepo",
"license": "MIT",
"devDependencies": {
"@ls-lint/ls-lint": "^2.0.0",
Expand Down

0 comments on commit 0cfb32f

Please sign in to comment.