From fb1c6baa005080f0816c37865de196233e011d55 Mon Sep 17 00:00:00 2001 From: Michiel van Roon Date: Sat, 10 Apr 2021 20:47:27 +0200 Subject: [PATCH] build: fix package.json --- package.json | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 2593012..88b8624 100644 --- a/package.json +++ b/package.json @@ -6,11 +6,11 @@ "types": "dist/index.d.ts", "repository": { "type": "git", - "url": "git+https://github.com/mvanroon/react-native-axios-jwt" + "url": "git+https://github.com/mvanroon/react-native-axios-jwt.git" }, "homepage": "https://github.com/mvanroon/react-native-axios-jwt", "author": "Michiel van Roon", - "license": "WTFPL", + "license": "MIT", "devDependencies": { "@react-native-async-storage/async-storage": "^1.15.2", "@types/jest": "^26.0.22", @@ -50,5 +50,11 @@ "header", "typescript", "ts" - ] + ], + "bugs": { + "url": "https://github.com/mvanroon/react-native-axios-jwt/issues" + }, + "directories": { + "test": "tests" + } }