aboutsummaryrefslogtreecommitdiffstats
path: root/packages/typings
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2019-01-11 21:21:18 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2019-01-11 21:21:18 +0100
commitb8990f4718329199641d66dc3905d855aa680afd (patch)
treeb96a3beef31c54b6d27f803a60e641b1c8778da3 /packages/typings
parentstart typings package (diff)
downloadferdium-app-b8990f4718329199641d66dc3905d855aa680afd.tar.gz
ferdium-app-b8990f4718329199641d66dc3905d855aa680afd.tar.zst
ferdium-app-b8990f4718329199641d66dc3905d855aa680afd.zip
Update package.json
Diffstat (limited to 'packages/typings')
-rw-r--r--packages/typings/package.json19
1 files changed, 16 insertions, 3 deletions
diff --git a/packages/typings/package.json b/packages/typings/package.json
index bdf2e4f37..ced257ce4 100644
--- a/packages/typings/package.json
+++ b/packages/typings/package.json
@@ -1,8 +1,21 @@
1{ 1{
2 "name": "@meetfranz/typings", 2 "name": "@meetfranz/typings",
3 "version": "0.0.0", 3 "version": "0.0.0",
4 "description": "Typescript type roots for internal and external projects", 4 "description": "TypeScript typings for internal and external projects",
5 "license": "Apache-2.0",
6 "author": "Stefan Malzner <stefan@adlk.io>", 5 "author": "Stefan Malzner <stefan@adlk.io>",
7 "homepage": "https://github.com/meetfranz/franz" 6 "homepage": "https://github.com/meetfranz/franz",
7 "license": "Apache-2.0",
8 "directories": {
9 "types": "types"
10 },
11 "publishConfig": {
12 "access": "public"
13 },
14 "repository": {
15 "type": "git",
16 "url": "git+https://github.com/meetfranz/franz.git"
17 },
18 "bugs": {
19 "url": "https://github.com/meetfranz/franz/issues"
20 }
8} 21}