Skip to content

Commit

Permalink
Merge pull request #790 from Dudrie/fix-missing-css-file
Browse files Browse the repository at this point in the history
Fix github-markdown-css being a devDependency.
  • Loading branch information
Dudrie authored Nov 13, 2020
2 parents 761dd98 + ec5adbf commit 74345d8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/RELEASE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@

## 🛠 Configuration

**Configuration files** for the can be found [in the v2.1.0 release](https://github.com/Dudrie/Tutor-Management-System/releases/download/2.1.0/config_2.1.0.zip). Information about the **environment variables** can be found on the [Configuration wiki page](https://github.com/Dudrie/Tutor-Management-System/wiki/Configuration#environment-variables).
**Configuration files** for this release can be found [in the v2.1.0 release](https://github.com/Dudrie/Tutor-Management-System/releases/download/2.1.0/config_2.1.0.zip). Information about the **environment variables** can be found on the [Configuration page](https://dudrie.github.io/Tutor-Management-System/docs/setup/configuration#environment-variables) of the documentation.

<!-- Include a link to the current config files OR a note that this release contains new config files. -->
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "2.1.1",
"version": "2.1.2",
"workspaces": [
"client",
"server",
Expand All @@ -24,6 +24,13 @@
"upgrade-pkg:client": "cd ./client && npm-upgrade",
"upgrade-pkg:server": "cd ./server && npm-upgrade"
},
"dependencies": {
"class-transformer": "^0.3.1",
"github-markdown-css": "^4.0.0",
"lodash": "^4.17.20",
"luxon": "^1.25.0",
"markdown-it": "^12.0.1"
},
"devDependencies": {
"@prettier/plugin-pug": "^1.10.1",
"@types/lodash": "^4.14.165",
Expand All @@ -41,16 +48,9 @@
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"github-markdown-css": "^4.0.0",
"jest-circus": "^26.6.3",
"prettier": "^2.1.2",
"ts-node": "^9.0.0",
"typescript": "^3.9.7"
},
"dependencies": {
"class-transformer": "^0.3.1",
"lodash": "^4.17.20",
"luxon": "^1.25.0",
"markdown-it": "^12.0.1"
}
}

0 comments on commit 74345d8

Please sign in to comment.