@einride/hooks
Advanced tools
Comparing version 1.7.6-alpha.1 to 1.7.6-alpha.2
{ | ||
"name": "@einride/hooks", | ||
"version": "1.7.6-alpha.1", | ||
"version": "1.7.6-alpha.2", | ||
"description": "Reusable React hooks", | ||
@@ -53,9 +53,2 @@ "scripts": { | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/einride/hooks.git" | ||
}, | ||
"keywords": [ | ||
@@ -65,8 +58,18 @@ "react", | ||
], | ||
"author": "Filip Tammergård", | ||
"license": "MIT", | ||
"homepage": "https://github.com/einride/hooks#readme", | ||
"bugs": { | ||
"url": "https://github.com/einride/hooks/issues" | ||
}, | ||
"homepage": "https://github.com/einride/hooks#readme" | ||
"license": "MIT", | ||
"author": { | ||
"name": "Filip Tammergård", | ||
"email": "filip.tammergard@einride.tech" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/einride/hooks.git" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
} | ||
} |
13118