1
0
mirror of https://github.com/matt-fidd/stratos.git synced 2026-01-01 20:19:30 +00:00
Commit Graph

26 Commits

Author SHA1 Message Date
dependabot[bot]
d8b1de29d8 Bump sass from 1.50.0 to 1.50.1
Bumps [sass](https://github.com/sass/dart-sass) from 1.50.0 to 1.50.1.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.50.0...1.50.1)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-19 03:44:48 +01:00
48b78fc51b Add lint-staged dependency 2022-04-19 01:04:12 +00:00
0088786adc Add husky dependency 2022-04-19 00:52:48 +00:00
af3e4dee94 NPM updates 2022-04-19 00:51:40 +00:00
73b566f6ad NPM updates 2022-04-01 12:16:33 +00:00
80291efc6d NPM updates 2022-03-03 02:25:56 +00:00
7474d3d9b7 NPM updates 2022-02-28 09:26:55 +00:00
cca155aa4a Added my own npm package for eslint config 2022-02-28 09:16:06 +00:00
98170277a9 Add gulp-rename and prompt-sync packages 2022-02-26 23:18:34 +00:00
1b7195caa7 Added nodemailer dependency for sending emails 2022-02-14 20:24:00 +00:00
ae8d302d34 Move cssnano to dev dependencies, and add postcss-sort-media-queries to postcss 2022-02-08 23:52:00 +00:00
3af8bc9454 Added cssnano to gulp file, and disable minification unless in production 2022-02-08 21:26:01 +00:00
02c99d2c01 npm update 2022-02-03 14:12:52 +00:00
1fd6c21ae4 Added gulp and postcss 2022-02-03 11:54:44 +00:00
5857ed46f4 Migrated from ejs to handlebars 2022-01-25 20:05:20 +00:00
6c114bd9c2 Added sass, and initial sass partials 2022-01-25 11:20:12 +00:00
dc881fcfa9 Configured express to use ejs templating language 2022-01-23 23:57:32 +00:00
fb419c3692 Added middleware to serve static files, and parse incoming bodies 2022-01-23 23:32:37 +00:00
8278a68d41 Added session middleware 2022-01-23 23:16:24 +00:00
1212358e92 Set up expressjs framework 2022-01-23 22:57:48 +00:00
3ab5ce703f Added more jest assertions via jest-extended 2022-01-23 22:34:27 +00:00
58350e032f Added jest testing framework 2022-01-20 17:04:20 +00:00
ca893198e7 Added linting package 2022-01-20 01:32:51 +00:00
cfd4abc17e Added script to insert test data into the database, added new requirement 'bcrypt' for password hashing 2022-01-19 22:34:23 +00:00
55d68df2c5 Added database initialisation script and mysql2 npm package 2022-01-19 22:34:23 +00:00
a79c19a791 Initialised NPM package 2022-01-11 22:21:54 +00:00