Skip to content

Commit 3826384

Browse files
committed
update package.json descriptions
1 parent 4646af9 commit 3826384

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/ios/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nativescript/ios-node-api",
33
"version": "1.0.0-alpha.4",
4-
"description": "An embeddable, engine-agnostic NativeScript runtime based on Node-API",
4+
"description": "An embeddable, engine-agnostic NativeScript runtime for iOS based on Node-API",
55
"typings": "index.d.ts",
66
"type": "module",
77
"files": [

packages/macos/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nativescript/macos-node-api",
33
"version": "1.0.0-alpha.4",
4-
"description": "An embeddable, engine-agnostic NativeScript runtime based on Node-API",
4+
"description": "An embeddable, engine-agnostic NativeScript runtime for macOS based on Node-API",
55
"main": "index.js",
66
"typings": "index.d.ts",
77
"type": "module",

packages/objc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nativescript/objc-node-api",
33
"version": "1.0.0-alpha.4",
4-
"description": "An embeddable, engine-agnostic NativeScript runtime based on Node-API",
4+
"description": "Typings for the common Objective-C runtime APIs used by both @nativescript/ios-node-api and @nativescript/macos-node-api",
55
"main": "index.js",
66
"typings": "index.d.ts",
77
"type": "module",

0 commit comments

Comments
 (0)