Skip to content

Commit

Permalink
add package.json and gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
pfaffman committed Dec 14, 2023
1 parent 4377069 commit 2abe202
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules
.discourse-site
13 changes: 13 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "Custom Homepage for Groups",
"version": "0.5",
"repository": "https://github.com/pfaffman/discourse-custom-homepage-for-groups",
"author": "pfaffman",
"license": "MIT",
"devDependencies": {
"@discourse/lint-configs": "^1.3.1",
"ember-template-lint": "^5.13.0",
"eslint": "^8.55.0",
"prettier": "^2.8.8"
}
}

0 comments on commit 2abe202

Please sign in to comment.