From 75af768052cf2fbfac2c7a89e6b7e41da1bb883c Mon Sep 17 00:00:00 2001 From: Henry Allen Date: Wed, 30 Oct 2024 13:35:34 -0400 Subject: [PATCH] Update npm metadata --- .../package.json | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/packages/react-native-benchmarking-library/package.json b/packages/react-native-benchmarking-library/package.json index 6512306..c2868bb 100644 --- a/packages/react-native-benchmarking-library/package.json +++ b/packages/react-native-benchmarking-library/package.json @@ -1,11 +1,23 @@ { "name": "react-native-benchmarking-library", - "version": "0.0.0", + "version": "1.0.0", "description": "Utilities for benchmarking JavaScript libraries in React Native applications", "main": "src/index", - "author": " <> ()", + "author": "", "license": "UNLICENSED", - "homepage": "#readme", + "repository": { + "type": "git", + "url": "git+https://github.com/rebeckerspecialties/benchmarking-test-app.git" + }, + "keywords": [ + "Benchmarking", + "React", + "Native" + ], + "bugs": { + "url": "https://github.com/rebeckerspecialties/benchmarking-test-app/issues" + }, + "homepage": "https://github.com/rebeckerspecialties/benchmarking-test-app#readme", "create-react-native-library": { "type": "library", "version": "0.42.2"