From c185bc3d6fd85b6f1400351b6eee34e443f9e189 Mon Sep 17 00:00:00 2001 From: Nathan Walker Date: Sat, 26 Feb 2022 10:15:46 -0800 Subject: [PATCH] chore: cleanup readme --- packages/core/package.json | 30 ++++++++++++++++++++++-------- 1 file changed, 22 insertions(+), 8 deletions(-) diff --git a/packages/core/package.json b/packages/core/package.json index c648afb48..d6884df7a 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,14 +1,9 @@ { "name": "@nativescript/core", + "version": "8.2.0-alpha.11", + "description": "A JavaScript library providing an easy to use api for interacting with iOS and Android platform APIs.", "main": "index", "types": "index.d.ts", - "description": "A JavaScript library providing an easy to use api for interacting with iOS and Android platform APIs.", - "version": "8.2.0-alpha.11", - "homepage": "https://nativescript.org", - "repository": { - "type": "git", - "url": "https://github.com/NativeScript/NativeScript" - }, "sideEffects": [ "bundle-entry-points.js", "./globals/index.js", @@ -22,6 +17,25 @@ "**/platforms/android/**", "**/package.json" ], + "keywords": [ + "NativeScript", + "JavaScript", + "Android", + "iOS", + "TypeScript" + ], + "homepage": "https://nativescript.org", + "repository": { + "type": "git", + "url": "https://github.com/NativeScript/NativeScript" + }, + "author": { + "name": "NativeScript", + "email": "oss@nativescript.org" + }, + "bugs": { + "url": "https://github.com/NativeScript/NativeScript/issues" + }, "license": "Apache-2.0", "scripts": { "postinstall": "node cli-hooks/postinstall.js", @@ -48,4 +62,4 @@ } ] } -} +} \ No newline at end of file