summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorng <�>2022-09-25 15:57:03 +0200
committerng <�>2022-09-25 15:57:03 +0200
commit0730e1d8abfe7936dbcbe58760a15d875387dcb0 (patch)
tree316853a1e5a7433cd145b9f04afb7527b247ee6e /packages
parent90ed9dd96bdff1d68476200653de7f653e93454b (diff)
downloadmerchant-backoffice-0730e1d8abfe7936dbcbe58760a15d875387dcb0.tar.gz
merchant-backoffice-0730e1d8abfe7936dbcbe58760a15d875387dcb0.tar.bz2
merchant-backoffice-0730e1d8abfe7936dbcbe58760a15d875387dcb0.zip
fix: 📄 Use AGPL3
Diffstat (limited to 'packages')
-rw-r--r--packages/bank/package.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/bank/package.json b/packages/bank/package.json
index 80ea29d..e844aa1 100644
--- a/packages/bank/package.json
+++ b/packages/bank/package.json
@@ -2,7 +2,7 @@
"private": true,
"name": "bank",
"version": "0.1.0",
- "license": "MIT",
+ "license": "AGPL-3.0-OR-LATER",
"scripts": {
"dev": "preact watch --port ${PORT:=9090} --no-sw --no-esm -c preact.mock.js",
"build": "preact build --no-sw --no-esm -c preact.single-config.js --dest build && sh remove-link-stylesheet.sh",
@@ -27,7 +27,8 @@
"@typescript-eslint/no-explicit-any": [0],
"@typescript-eslint/ban-ts-comment": [1],
"quotes": [2, "single", {"allowTemplateLiterals": true,"avoidEscape": false}],
- "indent": [2,2]
+ "indent": [2,2],
+ "prefer-arrow-callback": [2, {"allowNamedFunctions": false, "allowUnboundThis": true}]
}
},
"dependencies": {