Skip to content

Commit

Permalink
build: fix package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mvanroon committed Apr 10, 2021
1 parent da75e54 commit fb1c6ba
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -50,5 +50,11 @@
"header",
"typescript",
"ts"
]
],
"bugs": {
"url": "https://github.com/mvanroon/react-native-axios-jwt/issues"
},
"directories": {
"test": "tests"
}
}

0 comments on commit fb1c6ba

Please sign in to comment.