Skip to content

Commit

Permalink
Use TypeScript-ified express-postcss package
Browse files Browse the repository at this point in the history
  • Loading branch information
tycrek committed Apr 19, 2022
1 parent 38501ce commit 3dcc074
Show file tree
Hide file tree
Showing 4 changed files with 79 additions and 70 deletions.
144 changes: 77 additions & 67 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -41,7 +41,7 @@
"@skynetlabs/skynet-nodejs": "^2.3.0",
"@tsconfig/node16": "^1.0.1",
"@tycrek/express-nofavicon": "^1.0.3",
"@tycrek/express-postcss": "^0.1.0",
"@tycrek/express-postcss": "^0.2.4",
"@tycrek/isprod": "^2.0.2",
"@tycrek/log": "^0.6.0-7",
"@tycrek/papito": "^0.3.4",
Expand Down
2 changes: 1 addition & 1 deletion src/ass.ts
Expand Up @@ -5,7 +5,7 @@ import { Config, MagicNumbers, Package } from 'ass-json';
import fs from 'fs-extra';
import express, { Request, Response } from 'express';
import nofavicon from '@tycrek/express-nofavicon';
import epcss from '@tycrek/express-postcss';
import { epcss } from '@tycrek/express-postcss';
import tailwindcss from 'tailwindcss';
import helmet from 'helmet';

Expand Down
1 change: 0 additions & 1 deletion src/types/tycrek.d.ts
@@ -1,7 +1,6 @@
declare module './setup' {
export function doSetup(): void;
}
declare module '@tycrek/express-postcss';
declare module '@tycrek/express-nofavicon';
declare module '@tycrek/papito';
declare module '@skynetlabs/skynet-nodejs';

0 comments on commit 3dcc074

Please sign in to comment.