mirror of
https://github.com/turt2live/matrix-dimension.git
synced 2024-10-01 01:05:53 -04:00
Appease the linter
This commit is contained in:
parent
1e52617df1
commit
cee2e72a46
@ -10,6 +10,7 @@
|
||||
"build": "rimraf build && npm run-script build:web && npm run-script build:app",
|
||||
"build:web": "webpack --progress --profile --bail",
|
||||
"build:app": "tsc -p tsconfig-app.json",
|
||||
"lint": "npm run-script lint:app",
|
||||
"lint:app": "tslint --project ./tsconfig-app.json -t stylish"
|
||||
},
|
||||
"repository": {
|
||||
|
@ -1,8 +1,8 @@
|
||||
import * as cache from "memory-cache";
|
||||
import * as memoryCache from "memory-cache";
|
||||
|
||||
export class MemoryCache {
|
||||
|
||||
private internalCache = new cache.Cache();
|
||||
private internalCache = new memoryCache.Cache();
|
||||
|
||||
constructor() {
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user