formatting

This commit is contained in:
Florian Dold 2021-02-04 18:20:23 +01:00
parent f262b28812
commit b4d85be1c8
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

@ -33,6 +33,7 @@
"types": "./lib/index.d.ts", "types": "./lib/index.d.ts",
"devDependencies": { "devDependencies": {
"@ava/typescript": "^1.1.1", "@ava/typescript": "^1.1.1",
"@gnu-taler/pogen": "workspace:*",
"@microsoft/api-extractor": "^7.13.0", "@microsoft/api-extractor": "^7.13.0",
"@typescript-eslint/eslint-plugin": "^4.14.0", "@typescript-eslint/eslint-plugin": "^4.14.0",
"@typescript-eslint/parser": "^4.14.0", "@typescript-eslint/parser": "^4.14.0",
@ -47,7 +48,6 @@
"jed": "^1.1.1", "jed": "^1.1.1",
"nyc": "^15.1.0", "nyc": "^15.1.0",
"po2json": "^0.4.5", "po2json": "^0.4.5",
"@gnu-taler/pogen": "workspace:*",
"prettier": "^2.2.1", "prettier": "^2.2.1",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"rollup": "^2.37.1", "rollup": "^2.37.1",
@ -57,11 +57,11 @@
"typescript": "^4.1.3" "typescript": "^4.1.3"
}, },
"dependencies": { "dependencies": {
"@gnu-taler/idb-bridge": "workspace:*",
"@types/node": "^14.14.22", "@types/node": "^14.14.22",
"axios": "^0.21.1", "axios": "^0.21.1",
"big-integer": "^1.6.48", "big-integer": "^1.6.48",
"fflate": "^0.6.0", "fflate": "^0.6.0",
"@gnu-taler/idb-bridge": "workspace:*",
"source-map-support": "^0.5.19", "source-map-support": "^0.5.19",
"tslib": "^2.1.0" "tslib": "^2.1.0"
}, },