-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DEV: Prepare the skeleton for use in discourse_theme (#17)
* Clean up package.json, bump versions * Move detailed info to about fields from the gem * Add theme description placeholder * Add a commented-out initializer placeholder
- Loading branch information
Showing
5 changed files
with
193 additions
and
111 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
// import { apiInitializer } from "discourse/lib/api"; | ||
|
||
// export default apiInitializer("1.8.0", (api) => { | ||
// console.log("hello world from api initializer!"); | ||
// }); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
en: | ||
placeholder: placeholder | ||
theme_metadata: | ||
description: "TODO" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,9 @@ | ||
{ | ||
"name": "TODO", | ||
"version": "0.0.1", | ||
"repository": "TODO", | ||
"author": "Discourse", | ||
"license": "MIT", | ||
"private": true, | ||
"devDependencies": { | ||
"@discourse/lint-configs": "^1.3.1", | ||
"@discourse/lint-configs": "^1.3.7", | ||
"ember-template-lint": "^5.13.0", | ||
"eslint": "^8.55.0", | ||
"eslint": "^8.56.0", | ||
"prettier": "^2.8.8" | ||
} | ||
} |
Oops, something went wrong.